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
/
zext-bool-add-sub.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[InstCombine] Invert `add A, sext(B) --> sub A, zext(B)` canonicalization (to...
Roman Lebedev
2019-12-05
1
-10
/
+10
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
1
-0
/
+404
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
1
-404
/
+0
*
[InstCombine] canonicalize add/sub with bool
Sanjay Patel
2019-02-24
1
-8
/
+8
*
[InstCombine] add tests for ext-of-bool + add/sub; NFC
Sanjay Patel
2019-01-29
1
-0
/
+87
*
[InstCombine] improve sub with bool folds
Sanjay Patel
2018-06-03
1
-5
/
+3
*
[InstCombine] move/add tests for sub with bool op; NFC
Sanjay Patel
2018-05-22
1
-44
/
+240
*
[InstCombine] canonicalize constant-minus-boolean to select-of-constants
Sanjay Patel
2017-12-06
1
-6
/
+3
*
[InstCombine] add tests for select-of-constants; NFC
Sanjay Patel
2017-11-29
1
-0
/
+33
*
[InstCombine] allow zext(bool) + C --> select bool, C+1, C for vector types
Sanjay Patel
2017-10-13
1
-4
/
+2
*
[InstCombine] add tests for boolean extend + add; NFC
Sanjay Patel
2017-10-13
1
-0
/
+32
*
add more tests for PR30273
Sanjay Patel
2016-09-12
1
-2
/
+32
*
[InstCombine] add test for PR30327
Sanjay Patel
2016-09-12
1
-0
/
+14
*
[InstCombine] regenerate checks
Sanjay Patel
2016-09-12
1
-4
/
+7
*
Add back commit r210029.
Rafael Espindola
2014-06-02
1
-1
/
+1
*
Revert "Add the nsw flag when we detect that an add will not signed overflow."
Rafael Espindola
2014-06-02
1
-1
/
+1
*
Add the nsw flag when we detect that an add will not signed overflow.
Rafael Espindola
2014-06-02
1
-1
/
+1
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
1
-1
/
+1
*
Transform (sub 0, (zext bool to A)) to (sext bool to A) and
Paul Redmond
2013-01-21
1
-2
/
+2
*
Remove a instcombine transform that (no longer?) makes sense:
Evan Cheng
2012-06-26
1
-26
/
+13
*
Use opt -S instead of piping bitcode output through llvm-dis.
Dan Gohman
2009-09-08
1
-1
/
+1
*
Change these tests to feed the assembly files to opt directly, instead
Dan Gohman
2009-09-08
1
-1
/
+1
*
Fix bug in run-line.
Eli Friedman
2009-07-13
1
-3
/
+1
*
Canonicalize boolean +/- a constant to a select.
Eli Friedman
2009-07-13
1
-0
/
+31