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
/
bitcast-vec-canon.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[InstCombine] Revert aafde063aaf09285c701c80cd4b543c2beb523e8 and 6749dc34466...
Craig Topper
2019-12-03
1
-3
/
+5
*
[InstCombine] Turn (extractelement <1 x i64/double> (bitcast (x86_mmx))) into...
Craig Topper
2019-11-10
1
-2
/
+1
*
[InstCombine] Add a test case for suboptimal handling of (double (bitcast (<1...
Craig Topper
2019-11-10
1
-1
/
+14
*
[InstCombine] Don't transform bitcasts between x86_mmx and v1i64 into inserte...
Craig Topper
2019-11-07
1
-4
/
+2
*
[InstCombine] Add test cases to show bad canonicalization of bitcasts between...
Craig Topper
2019-11-07
1
-0
/
+19
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
1
-0
/
+40
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
1
-40
/
+0
*
[InstCombine] auto-generate test checks; NFC
Sanjay Patel
2017-05-23
1
-19
/
+18
*
[InstCombine] canonicalize (bitcast (extractelement X)) --> (extractelement(b...
Sanjay Patel
2015-12-12
1
-2
/
+2
*
use FileCheck for better checking
Sanjay Patel
2015-12-12
1
-3
/
+22
*
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
*
Canonicalize bitcasts between types like <1 x i64> and i64 to
Eli Friedman
2009-07-18
1
-0
/
+22