summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/or-fcmp.ll
Commit message (Expand)AuthorAgeFilesLines
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+1556
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-1556/+0
* [InstCombine] fold logic-of-nan-fcmps (PR41069)Sanjay Patel2019-03-191-16/+8
* [InstCombine] add/adjust test for NaN checks; NFCSanjay Patel2019-03-181-11/+41
* [InstCombine] add tests for logic of NaN fcmps; NFCSanjay Patel2019-03-151-0/+34
* [InstSimplify, InstCombine] add/update tests with FP +0.0 vector with undef; NFCSanjay Patel2018-03-251-97/+108
* [InstCombine] move related tests together; NFC Sanjay Patel2017-09-121-0/+11
* [ValueTracking, InstCombine] canonicalize fcmp ord/uno with non-NAN ops to nu...Sanjay Patel2017-09-051-4/+2
* [InstCombine] add tests for fcmp ord/uno canonicalization; NFCSanjay Patel2017-09-031-0/+24
* [InstCombine] Simplify and correct folding fcmps with the same childrenTim Shen2016-06-291-208/+87
* [InstCombine] Add full tests for FoldAndOfFCmps and FoldOrOfFCmpsTim Shen2016-06-291-34/+1555
* minimize regression tests and update checksSanjay Patel2016-06-281-42/+40
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-5/+5
* Just because we have determined that an (fcmp | fcmp) is true for A < B,Owen Anderson2011-01-211-2/+26
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-2/+2
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-2/+2
* Combine (fcmp cc0 x, y) | (fcmp cc1 x, y) into a single fcmp when possible.Evan Cheng2008-10-141-0/+34
OpenPOWER on IntegriCloud