summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/cast-set.ll
Commit message (Collapse)AuthorAgeFilesLines
* auto-ggenerate checksSanjay Patel2016-07-161-42/+47
| | | | llvm-svn: 275685
* Fix a bunch of trivial cases of 'CHECK[^:]*$' in the tests. NFCIJonathan Roelofs2015-08-101-2/+2
| | | | | | | I looked into adding a warning / error for this to FileCheck, but there doesn't seem to be a good way to avoid it triggering on the instances of it in RUN lines. llvm-svn: 244481
* Add CHECK-LABELsMatt Arsenault2014-01-221-0/+7
| | | | llvm-svn: 199846
* make instcombine only rewrite a chain of computation Chris Lattner2009-11-071-0/+2
| | | | | | | | | | (eliminating some extends) if the new type of the computation is legal or if both the source and dest are illegal. This prevents instcombine from changing big chains of computation into i64 on 32-bit targets for example. llvm-svn: 86398
* Convert the rest of the InstCombine tests from notcast to FileCheck.Edward O'Callaghan2009-10-121-1/+13
| | | | llvm-svn: 83828
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-1/+1
| | | | llvm-svn: 81257
* 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
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-091-32/+34
| | | | llvm-svn: 48103
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-171-0/+49
llvm-svn: 33296
OpenPOWER on IntegriCloud