summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/vec_extract_elt2.ll
Commit message (Collapse)AuthorAgeFilesLines
* remove an extremely dubious instcombine transformation ofChris Lattner2009-09-081-23/+0
| | | | | | extractelement(load). llvm-svn: 81239
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
| | | | | | of using llvm-as, now that opt supports this. llvm-svn: 81226
* When InstCombine simplifies a load -> extract element to gep -> load, placeMon P Wang2009-08-131-0/+23
the new load by the old load instead of by the extract element because a store could have occurred between the load and extract element. llvm-svn: 78891
OpenPOWER on IntegriCloud