summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/2009-01-19-fmod-constant-float.ll
Commit message (Collapse)AuthorAgeFilesLines
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-2/+2
| | | | | | | | 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-2/+2
| | | | llvm-svn: 81257
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-2/+2
| | | | | | of using llvm-as, now that opt supports this. llvm-svn: 81226
* Calls to fmod, it turns out, are constant-folded byDale Johannesen2009-01-201-6/+4
| | | | | | | | invoking the host fmod, not by lowering to frem and constant-folding that. Fix this so it tests what I want to test. llvm-svn: 62622
* Move & restructure test per review.Dale Johannesen2009-01-191-0/+77
llvm-svn: 62538
OpenPOWER on IntegriCloud