summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/simplify-demanded-bits-pointer.ll
Commit message (Collapse)AuthorAgeFilesLines
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-1/+1
| | | | | | | | input filename so that opt doesn't print the input filename in the output so that grep lines in the tests don't unintentionally match strings in the input filename. llvm-svn: 81537
* 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
* Add -disable-output. Thanks Bill!Dan Gohman2009-08-031-1/+1
| | | | llvm-svn: 78009
* Add a new Constant::getIntegerValue helper function, and convert aDan Gohman2009-08-031-0/+84
few places in InstCombine to use it, to fix problems handling pointer types. This fixes the recent llvm-gcc bootstrap error. llvm-svn: 78005
OpenPOWER on IntegriCloud