Go to file
Ana Pazos c54abc520c [RISCV] Set isAsCheapAsAMove for ADDI, ORI, XORI, LUI
Summary:
Affected instructions:
PseudoLI simplest form (ADDI with X0)
ALU operations with immediate (they do not set status flag - ADDI, ORI, XORI)

Reviewers: asb

Reviewed By: asb

Subscribers: shiva0217, rkruppe, kito-cheng, asb, rbar, johnrusso, simoncook, sabuasal, niosHD, zzheng, edward-jones, mgrang, rogfer01, MartinMosbeck, brucehoult, the_o, PkmX, jocewei

Differential Revision: https://reviews.llvm.org/D56526

llvm-svn: 352010
2019-01-24 02:41:40 +00:00
clang [Sanitizers] UBSan unreachable incompatible with ASan in the presence of `noreturn` calls 2019-01-24 01:06:19 +00:00
clang-tools-extra [clangd] Workaround a test failure after r351941 2019-01-23 11:32:07 +00:00
compiler-rt [Sanitizers] UBSan unreachable incompatible with ASan in the presence of `noreturn` calls 2019-01-24 01:06:19 +00:00
debuginfo-tests Set config.lit_tools_dir, which is needed by lit.llvm.initialize. 2018-11-06 21:54:27 +00:00
libclc Fix typos throughout the license files that somehow I and my reviewers 2019-01-21 09:52:34 +00:00
libcxx Change a couple of '&' to addressof(). NFC 2019-01-24 02:02:50 +00:00
libcxxabi Enable LLVM_ENABLE_WARNINGS when building standalone out of tree 2019-01-22 20:43:37 +00:00
libunwind Silence warnings about unused parameters 2019-01-22 22:12:23 +00:00
lld Revert "[PPC64] Sort .toc sections accessed with small code model ..." 2019-01-23 21:46:28 +00:00
lldb Skip test on clang <8 instead of 7 2019-01-24 02:37:28 +00:00
llgo Fix typos throughout the license files that somehow I and my reviewers 2019-01-21 09:52:34 +00:00
llvm [RISCV] Set isAsCheapAsAMove for ADDI, ORI, XORI, LUI 2019-01-24 02:41:40 +00:00
openmp NFC: fixed formatting to be consistent across the file 2019-01-21 16:11:43 +00:00
parallel-libs Fix typos throughout the license files that somehow I and my reviewers 2019-01-21 09:52:34 +00:00
polly Fix/unify top comment in lib/Analysis/PolyhedralInfo.cpp 2019-01-22 12:18:38 +00:00
pstl Fix typos throughout the license files that somehow I and my reviewers 2019-01-21 09:52:34 +00:00
.arcconfig Add an .arcconfig for the top of the git monorepo. 2019-01-11 16:27:14 +00:00
README.md

README.md

The LLVM Compiler Infrastructure

This directory and its subdirectories contain source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and runtime environments.