1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 05:23:45 +02:00
llvm-mirror/lib/Transforms
Sanjay Patel fe1a93dc32 [InstCombine] use APInt instead of ConstantInt in isSignBitCheck(); NFCI
The callers still have ConstantInt guards, so there is no functional change
intended from this change. But relaxing the callers will allow more folds
for vector types.

llvm-svn: 279396
2016-08-21 15:07:45 +00:00
..
Coroutines [Coroutines] Part 7: Split coroutine into subfunctions 2016-08-16 18:04:14 +00:00
Hello
InstCombine [InstCombine] use APInt instead of ConstantInt in isSignBitCheck(); NFCI 2016-08-21 15:07:45 +00:00
Instrumentation [asan] Minimize code size by using __asan_set_shadow_* for large blocks 2016-08-20 20:23:50 +00:00
IPO Replace a few more "fall through" comments with LLVM_FALLTHROUGH 2016-08-17 20:30:52 +00:00
ObjCARC Replace a few more "fall through" comments with LLVM_FALLTHROUGH 2016-08-17 20:30:52 +00:00
Scalar Partially revert 279331, as we modify this instruction in the loop 2016-08-19 22:18:38 +00:00
Utils [asan] Add support of lifetime poisoning into ComputeASanStackFrameLayout 2016-08-20 16:48:24 +00:00
Vectorize Reapply "[SLP] Initialize VectorizedValue when gathering" 2016-08-20 14:49:02 +00:00
CMakeLists.txt [coroutines] Part 3 of N: Adding Boilerplate for Coroutine Passes 2016-07-28 21:04:31 +00:00
LLVMBuild.txt [coroutines] Part 3 of N: Adding Boilerplate for Coroutine Passes 2016-07-28 21:04:31 +00:00