Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Fix PR1907, a nasty miscompilation because instcombine didn't | Chris Lattner | 2008-01-13 | 1 | -0/+9 |
realize that ne & sgt was a signed comparison (it was only looking at whether the left compare was signed). llvm-svn: 45937 |