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
/
icmp-logical.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
1
-0
/
+910
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
1
-910
/
+0
*
[InstCombine] icmp-logical.ll: restore the original intention of the test.
Roman Lebedev
2018-07-12
1
-12
/
+8
*
[InstCombine] Fold x & (-1 >> y) != x to x u> (-1 >> y)
Roman Lebedev
2018-07-12
1
-2
/
+4
*
[InstCombine] Fold x & (-1 >> y) == x to x u<= (-1 >> y)
Roman Lebedev
2018-07-11
1
-2
/
+4
*
[NFC][InstCombine] icmp-logical.ll: add a few more tests.
Roman Lebedev
2018-07-11
1
-0
/
+30
*
[NFC][InstCombine] Add variable names and regenerate icmp-logical.ll test.
Roman Lebedev
2018-07-11
1
-422
/
+423
*
Simplify more cases of logical ops of masked icmps.
Hiroshi Yamauchi
2018-03-13
1
-0
/
+694
*
[InstCombine] convert bitwise (in)equality checks to logical ops (PR32401)
Sanjay Patel
2017-07-14
1
-8
/
+6
*
[InstCombine] add tests for PR32401; NFC
Sanjay Patel
2017-07-14
1
-0
/
+36
*
[InstCombine] auto-generate complete test checks; NFC
Sanjay Patel
2017-07-14
1
-76
/
+55
*
InstCombine: Fold away tautological masked compares
David Majnemer
2014-11-18
1
-0
/
+20
*
InstCombine: allow unmasked icmps to be combined with logical ops
Tim Northover
2013-09-04
1
-0
/
+30
*
InstCombine: look for masked compares with subset relation
Tim Northover
2013-09-04
1
-0
/
+122