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
/
compare-signs.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[InstCombine] use m_APInt to allow icmp (trunc X, Y), C folds for splat const...
Sanjay Patel
2016-08-18
1
-7
/
+1
*
[InstCombine] use m_APInt to allow icmp (or X, Y), C folds for splat constant...
Sanjay Patel
2016-08-17
1
-6
/
+1
*
[InstCombine] add tests for missing vector icmp folds
Sanjay Patel
2016-08-15
1
-0
/
+18
*
add tests for missing vector icmp folds
Sanjay Patel
2016-08-09
1
-0
/
+21
*
auto-generate checks
Sanjay Patel
2016-04-29
1
-43
/
+40
*
[InstCombine] Optimize icmp slt signum(x), 1 --> icmp slt x, 1
Sanjoy Das
2015-09-16
1
-0
/
+40
*
InstCombine: fold (A >> C) == (B >> C) --> (A^B) < (1 << C) for constant Cs.
Benjamin Kramer
2013-11-16
1
-4
/
+4
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
1
-2
/
+2
*
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2013-01-01
1
-1
/
+1
*
Fix some CHECK lines which were ignored by accident.
Benjamin Kramer
2009-12-12
1
-2
/
+2
*
Generalize this optimization to work on equality comparisons between any two
Nick Lewycky
2009-12-05
1
-3
/
+33
*
Reapply r88830 with a bugfix: this transform only applies to icmp eq/ne. This
Nick Lewycky
2009-11-23
1
-1
/
+0
*
Revert r88830 and r88831 which appear to have caused a selfhost buildbot some
Nick Lewycky
2009-11-15
1
-0
/
+1
*
Correct typo.
Nick Lewycky
2009-11-15
1
-1
/
+1
*
Teach instcombine to look for booleans in wider integers when it encounters a
Nick Lewycky
2009-11-15
1
-0
/
+28