Files
llvm/test/Transforms
Craig Topper 454718f93b [InstCombine] Make folding (X >s -1) ? C1 : C2 --> ((X >>s 31) & (C2 - C1)) + C1 support splat vectors
This also uses decomposeBitTestICmp to decode the compare.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@311044 91177308-0d34-0410-b5e6-96231b3b80d8
2017-08-16 21:52:07 +00:00
..
2017-06-27 21:35:49 +00:00
2017-06-16 00:18:29 +00:00
2017-08-16 17:18:01 +00:00
2017-07-11 22:23:00 +00:00