summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/bitcast-vec-canon.ll
Commit message (Expand)AuthorAgeFilesLines
* [InstCombine] Revert aafde063aaf09285c701c80cd4b543c2beb523e8 and 6749dc34466...Craig Topper2019-12-031-3/+5
* [InstCombine] Turn (extractelement <1 x i64/double> (bitcast (x86_mmx))) into...Craig Topper2019-11-101-2/+1
* [InstCombine] Add a test case for suboptimal handling of (double (bitcast (<1...Craig Topper2019-11-101-1/+14
* [InstCombine] Don't transform bitcasts between x86_mmx and v1i64 into inserte...Craig Topper2019-11-071-4/+2
* [InstCombine] Add test cases to show bad canonicalization of bitcasts between...Craig Topper2019-11-071-0/+19
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+40
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-40/+0
* [InstCombine] auto-generate test checks; NFCSanjay Patel2017-05-231-19/+18
* [InstCombine] canonicalize (bitcast (extractelement X)) --> (extractelement(b...Sanjay Patel2015-12-121-2/+2
* use FileCheck for better checkingSanjay Patel2015-12-121-3/+22
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-1/+1
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-1/+1
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
* Canonicalize bitcasts between types like <1 x i64> and i64 to Eli Friedman2009-07-181-0/+22
OpenPOWER on IntegriCloud