summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/fpcast.ll
Commit message (Expand)AuthorAgeFilesLines
* [InstCombine] Update fptrunc (fneg x)) -> (fneg (fptrunc x) for unary FNegCameron McInally2019-06-111-9/+6
* [NFC][InstCombine] Add unary FNeg tests to fpcast.ll and fpextend.llCameron McInally2019-05-291-0/+36
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+125
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-125/+0
* [FPEnv] Last BinaryOperator::isFNeg(...) to m_FNeg(...) changesCameron McInally2018-10-251-2/+2
* [InstCombine] add test for fptrunc with vector with undef elt; NFCSanjay Patel2018-10-241-2/+13
* [InstCombine] don't change the size of a select if it would mismatch its cond...Sanjay Patel2018-05-311-2/+2
* [InstCombine] regenerate checks; NFCSanjay Patel2018-05-211-35/+54
* [IR] fptrunc-of-fptrunc isn't an EliminableCastPair.Ahmed Bougacha2015-05-291-0/+8
* Fix another infinite loop in InstCombineSteven Wu2014-12-121-0/+12
* InstCombine: Fix another infinite loop caused by visitFPTruncDavid Majnemer2014-11-181-0/+10
* Revert "Revert r222040 because of bot failure."David Majnemer2014-11-181-0/+10
* Revert r222040 because of bot failure.Manman Ren2014-11-181-10/+0
* InstCombine: Fix infinite loop caused by visitFPTruncDavid Majnemer2014-11-141-0/+10
* Fix more instances of dropped fast math flags when optimizing FADD instructio...Owen Anderson2014-01-181-0/+9
* Pull fptrunc's upwards through selects when one of the select's selectands wa...Owen Anderson2013-10-031-0/+12
* Teach InstCombine to hoist FABS and FNEG through FPTRUNC instructions. The a...Owen Anderson2013-01-101-0/+19
* Convert the rest of the InstCombine tests from notcast to FileCheck.Edward O'Callaghan2009-10-121-3/+3
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-2/+2
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-2/+2
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-091-8/+9
* This test needs to use egrep.Reid Spencer2007-04-141-1/+1
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-171-0/+14
OpenPOWER on IntegriCloud