index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
test
/
Transforms
/
InstCombine
/
select-with-bitwise-ops.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
1
-0
/
+1451
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
1
-1451
/
+0
*
[InstCombine] move tests for select with bit-test of condition; NFC
Sanjay Patel
2018-04-24
1
-200
/
+0
*
[InstCombine] regenerate checks; NFC
Sanjay Patel
2018-04-24
1
-45
/
+45
*
[InstCombine] Add test cases for folding (select (icmp ne/eq (and X, C1), (bi...
Craig Topper
2017-09-05
1
-1
/
+800
*
[InstCombine] Teach foldSelectICmpAndOr to handle vector splats
Craig Topper
2017-08-29
1
-0
/
+128
*
[InstCombine] Teach foldSelectICmpAnd to recognize a (icmp slt X, 0) and (icm...
Craig Topper
2017-08-21
1
-0
/
+102
*
[InstCombine] Make (X|C1)^C2 -> X^(C1^C2) iff X&~C1 == 0 work for splat vectors
Craig Topper
2017-08-10
1
-10
/
+7
*
[InstCombine] Add a test case for a missed opportunity to turn a select into ...
Craig Topper
2017-08-09
1
-0
/
+14
*
[InstCombine] Teach the code that pulls logical operators through constant sh...
Craig Topper
2017-08-05
1
-8
/
+8
*
[InstCombine] Support vector splats in foldSelectICmpAnd.
Craig Topper
2017-08-05
1
-0
/
+59
*
[InstCombine] In foldSelectICmpAnd, if we need to to truncate from the 'and' ...
Craig Topper
2017-08-05
1
-9
/
+10
*
[InstCombine] narrow lshr with constant
Sanjay Patel
2017-08-04
1
-4
/
+4
*
[InstCombine] canonicalize icmp predicate feeding select
Sanjay Patel
2017-06-27
1
-18
/
+18
*
[InstCombine] Teach foldSelectICmpAndOr to recognize (select (icmp slt (trunc...
Craig Topper
2017-06-22
1
-10
/
+9
*
[InstCombine] Don't let folding (select (icmp eq (and X, C1), 0), Y, (or Y, C...
Craig Topper
2017-06-21
1
-36
/
+23
*
[InstCombine] Add test cases to demonstrate instcombine increasing instructio...
Craig Topper
2017-06-15
1
-0
/
+237
*
[InstCombine] Add test cases demonstrating failure to handle (select (icmp eq...
Craig Topper
2017-06-13
1
-0
/
+31
*
[InstCombine] auto-generate checks for select+bitwise logic tests; NFC
Sanjay Patel
2016-11-30
1
-0
/
+297