summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/not-fcmp.ll
Commit message (Collapse)AuthorAgeFilesLines
* [InstCombine] auto-generate better checks; NFCSanjay Patel2017-04-091-13/+0
| | | | | | Also, move a test next to its sibling to eliminate a file with just one test. llvm-svn: 299824
* Use FileCheck instead of grep. Change by Sonam.Suyog Sarda2014-11-271-2/+5
| | | | | | Differential Revision: http://reviews.llvm.org/D6432 llvm-svn: 222876
* 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
* 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
* It's safe to fold not of fcmp.Nick Lewycky2007-08-061-0/+10
llvm-svn: 40870
OpenPOWER on IntegriCloud