1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/lib/Transforms
Sanjay Patel af3a0f7768 [InstCombine] make fold for icmp with sext more efficient; NFC
We were creating 2 instructions and relying on a subsequent fold
to invert a not(icmp). Create the final icmp directly instead.

llvm-svn: 369411
2019-08-20 17:03:22 +00:00
..
AggressiveInstCombine
Coroutines [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00
Hello
InstCombine [InstCombine] make fold for icmp with sext more efficient; NFC 2019-08-20 17:03:22 +00:00
Instrumentation [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00
IPO [BlockExtractor] Avoid assert with wrong line format 2019-08-20 14:46:02 +00:00
ObjCARC
Scalar Refactor isPointerOffset (NFC). 2019-08-19 21:08:04 +00:00
Utils Reland "[ARM] push LR before __gnu_mcount_nc" 2019-08-16 23:30:16 +00:00
Vectorize [SLP][NFC] Avoid repetitive calls to getSameOpcode() 2019-08-20 00:22:04 +00:00
CMakeLists.txt
LLVMBuild.txt