summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopVectorize/minmax_reduction.ll
Commit message (Expand)AuthorAgeFilesLines
* [LoopVectorize] update test to be independent of instcombine; NFCSanjay Patel2019-05-241-13/+13
* [IR] allow fast-math-flags on select of FP valuesSanjay Patel2019-05-221-17/+17
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+885
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-885/+0
* [InstCombine] remove extract-of-select vector transform (2nd try)Sanjay Patel2017-09-251-29/+29
* revert r314117 because there are bogus clang tests that depend on the optimizerSanjay Patel2017-09-251-29/+29
* [InstCombine] remove extract-of-select vector transformSanjay Patel2017-09-251-29/+29
* [InstCombine] canonicalize icmp predicate feeding selectSanjay Patel2017-06-271-4/+4
* [LoopUtils,LV] Propagate fast-math flags on generated FCmp instructionsJames Molloy2015-09-211-52/+52
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-34/+34
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-34/+34
* Bug 21610: Canonicalize min/max fcmp selects to use ordered comparisonsMatt Arsenault2014-11-241-8/+8
* Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option n...Sanjay Patel2014-09-101-1/+1
* Scalarize select vector arguments when extracted.Matt Arsenault2013-11-041-29/+29
* Fix missing CHECK-LABELsMatt Arsenault2013-09-101-5/+5
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-28/+28
* LoopVectorize: Add support for floating point min/max reductionsArnold Schwaighofer2013-05-051-0/+480
* LoopVectorize: We don't need an identity element for min/max reductionsArnold Schwaighofer2013-05-051-1/+4
* LoopVectorizer: Bail out if we don't have datalayout we need itArnold Schwaighofer2013-04-241-1/+4
* LoopVectorizer: Recognize min/max reductionsArnold Schwaighofer2013-04-181-0/+399
OpenPOWER on IntegriCloud