aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/bitcast.ll
Commit message (Expand)AuthorAgeFilesLines
* Optimization: bitcast (<1 x ...> insertelement ..., X, ...) to ... ==> bitcas...Michael Ilseman2013-02-111-1/+7
* Remove trailing whitespaceMichael Ilseman2013-02-111-7/+8
* Implement Constant::isAllOnesValue(). Fix ConstantFolding to use the new api.Nadav Rotem2011-08-241-5/+29
* Revert "Address Duncan's CR request:"Eric Christopher2011-08-231-29/+5
* Fix a typo in the test from the previous commit.Nadav Rotem2011-08-231-3/+3
* Address Duncan's CR request:Nadav Rotem2011-08-231-0/+24
* Add constant folding support for bitcasts of splat vectors to integers.Nadav Rotem2011-08-201-0/+10
* handle the constant case of vector insertion. For somethingChris Lattner2010-08-281-0/+12
* optimize bitcasts from large integers to vector into vectorChris Lattner2010-08-281-0/+31
* optimize "integer extraction out of the middle of a vector" as producedChris Lattner2010-08-261-0/+25
* optimize bitcast(trunc(bitcast(x))) where the result is a float and 'x'Chris Lattner2010-08-261-0/+22
* filecheckizeChris Lattner2010-08-261-6/+7
* rename testChris Lattner2010-08-261-0/+14