Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove an extremely dubious instcombine transformation of | Chris Lattner | 2009-09-08 | 1 | -23/+0 |
| | | | | | | extractelement(load). llvm-svn: 81239 | ||||
* | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
| | | | | | | of using llvm-as, now that opt supports this. llvm-svn: 81226 | ||||
* | When InstCombine simplifies a load -> extract element to gep -> load, place | Mon P Wang | 2009-08-13 | 1 | -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 |