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
/
onehot_merge.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[InstCombine][NFCI] Add more test coverage to onehot_merge.ll
Huihui Zhang
2019-07-11
1
-0
/
+161
*
[InstCombine][NFCI] Add test coverage to onehot_merge.ll
Huihui Zhang
2019-07-11
1
-0
/
+145
*
[NFC][InstCombine] onehot_merge.ll: add last few tests in the state they regr...
Roman Lebedev
2019-07-03
1
-0
/
+39
*
[InstCombine][NFCI] Update test cases in onehot_merge.ll
Huihui Zhang
2019-07-01
1
-8
/
+46
*
[InstCombine] remove 'tmp' names and regenerate checks; NFC
Sanjay Patel
2019-06-27
1
-63
/
+64
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
1
-0
/
+111
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
1
-111
/
+0
*
[InstCombine] Fold (!iszero(A & K1) & !iszero(A & K2)) -> (A & (K1 | K2)) ==...
Craig Topper
2017-06-16
1
-12
/
+8
*
[InstCombine] Pre-commit test cases for the transform proposed in D34244.
Craig Topper
2017-06-15
1
-0
/
+58
*
[InstCombine] Handle (iszero(A & K1) | iszero(A & K2)) -> (A & (K1 | K2)) != ...
Craig Topper
2017-06-15
1
-9
/
+4
*
[InstCombine] Add a test case to show a case where don't handle a partially c...
Craig Topper
2017-06-15
1
-0
/
+27
*
InstCombine: Replace a hand-rolled version of isKnownToBeAPowerOfTwo with the...
Benjamin Kramer
2014-01-19
1
-2
/
+2
*
Fold (iszero(A&K1) | iszero(A&K2)) -> (A&(K1|K2)) != (K1|K2) if we know that...
Nadav Rotem
2013-11-12
1
-0
/
+35