summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/fabs.ll
Commit message (Expand)AuthorAgeFilesLines
* [InstCombine] allow unordered preds when canonicalizing to fabs()Sanjay Patel2019-06-101-8/+4
* [InstCombine] add tests for fabs() with unordered preds; NFCSanjay Patel2019-06-101-0/+30
* [InstCombine] fix bug in canonicalization to fabs()Sanjay Patel2019-06-101-0/+30
* [InstCombine] change canonicalization to fabs() to use FMF on fsubSanjay Patel2019-06-101-8/+8
* [InstCombine] allow unordered preds when canonicalizing to fabs()Sanjay Patel2019-06-101-60/+30
* [InstCombine] add tests for fcmp unordered pred -> fabs (PR42179); NFCSanjay Patel2019-06-101-0/+225
* [InstCombine] change canonicalization to fabs() to use FMF on fnegSanjay Patel2019-06-091-30/+30
* [NFC][InstCombine] Add unary FNeg tests to fabs.llCameron McInally2019-05-311-0/+76
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+420
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-420/+0
* [PatternMatch] allow undef elements when matching vector FP +0.0Sanjay Patel2018-03-251-4/+2
* [InstSimplify, InstCombine] add/update tests with FP +0.0 vector with undef; NFCSanjay Patel2018-03-251-8/+10
* [InstCombine] canonicalize fcmp+select to fabsSanjay Patel2018-03-191-68/+60
* [InstCombine] add nnan requirement to potential fabs folds tests; NFCSanjay Patel2018-03-161-20/+20
* [InstCombine] add more tests for fcmp+select -> fabs; NFCSanjay Patel2018-03-161-11/+160
* [InstCombine] add tests for fcmp+select -> fabs; NFCSanjay Patel2018-03-151-24/+57
* [InstCombine] regenerate test checks; NFCSanjay Patel2017-11-161-82/+97
* SimplifyLibCalls: Replace fabs libcalls with intrinsicsMatt Arsenault2017-01-171-30/+45
* InstSimplify: Eliminate fabs on known positiveMatt Arsenault2017-01-111-3/+47
* SimplifyLibCalls: Remove incorrect optimization of fabsMatt Arsenault2017-01-071-9/+33
* InstCombine: Fold fabs on select of constantsMatt Arsenault2017-01-031-0/+48
* transform obscured FP sign bit ops into a fabs/fneg using TLI hookSanjay Patel2016-06-021-25/+0
* [ValueTracking] teach computeKnownBits that a fabs() clears sign bitsSanjay Patel2015-10-081-0/+25
* Optimize away fabs() calls when input is squared (known positive).Sanjay Patel2014-10-141-0/+100
OpenPOWER on IntegriCloud