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
/
2008-01-29-AddICmp.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[InstCombine] add test for missed vector icmp fold; NFC
Sanjay Patel
2017-02-08
1
-85
/
+0
*
[InstCombine] use m_APInt to allow icmp (add X, Y), C folds for splat constan...
Sanjay Patel
2016-08-17
1
-9
/
+4
*
[InstCombine] add tests for fold with no coverage and missing vector fold
Sanjay Patel
2016-08-16
1
-0
/
+21
*
[InstCombine] add tests for missing vector icmp folds
Sanjay Patel
2016-08-15
1
-0
/
+34
*
update tests to use FileCheck and exact checking
Sanjay Patel
2016-08-15
1
-10
/
+25
*
Fix the remaining TCL-style quotes found in the testsuite. This is
Chandler Carruth
2012-07-02
1
-1
/
+1
*
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
Dan Gohman
2009-09-11
1
-1
/
+1
*
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
*
Tag this test with the PR reference.
Nick Lewycky
2008-02-03
1
-0
/
+1
*
There are some cases where icmp(add) can be folded into a new icmp. Handle them.
Nick Lewycky
2008-02-03
1
-0
/
+19