summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/fpextend.ll
Commit message (Expand)AuthorAgeFilesLines
* [InstCombine] reduce test noise and regenerate CHECK lines; NFCSanjay Patel2019-09-121-169/+133
* [InstCombine] Update fptrunc (fneg x)) -> (fneg (fptrunc x) for unary FNegCameron McInally2019-06-111-4/+1
* [NFC][InstCombine] Add unary FNeg tests to fpcast.ll and fpextend.llCameron McInally2019-05-291-0/+16
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+283
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-283/+0
* [InstCombine] Add constant vector support to getMinimumFPType for visitFPTrunc.Craig Topper2018-03-051-8/+19
* [InstCombine] Allow fptrunc (fpext X)) to be reduced to a single fpext/ftruncCraig Topper2018-03-021-4/+2
* [InstCombine] Add more test case to fpextend.ll.Craig Topper2018-03-021-0/+186
* [InstCombine] Simplify test cases by removing loads/stores that aren't requir...Craig Topper2018-03-021-72/+40
* [InstCombine] Add test cases with vector constants to fpextend.llCraig Topper2018-02-261-0/+41
* [InstCombine] Switch to using FileCheck instead of grep. Auto-generate checks...Craig Topper2018-02-261-30/+61
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-6/+6
* Rein in overzealous InstCombine of fptrunc(OP(fpextend, fpextend)).Stephen Canon2013-11-281-1/+13
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-1/+1
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-041-2/+2
* Fold fptrunc(add (fpextend x), (fpextend y)) -> add(x,y), as GCC does.Chris Lattner2008-01-271-0/+36
OpenPOWER on IntegriCloud