summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/SLPVectorizer/X86/cse.ll
Commit message (Expand)AuthorAgeFilesLines
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+363
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-363/+0
* [SLPVectorizer] reorderInputsAccordingToOpcode - remove non-Instruction canon...Simon Pilgrim2019-03-251-12/+13
* [X86][SSE] Reduce FADD/FSUB/FMUL costs on later targets (PR36280)Simon Pilgrim2018-02-261-11/+10
* revert r325515: [TTI CostModel] change default cost of FP ops to 1 (PR36280)Sanjay Patel2018-02-211-10/+11
* [TTI CostModel] change default cost of FP ops to 1 (PR36280)Sanjay Patel2018-02-191-11/+10
* [SLPVectorizer] auto-generate complete checks; NFCSanjay Patel2018-02-081-30/+145
* [SLPVectorizer] Try different vectorization factors for store chainsSanjay Patel2015-07-081-15/+14
* change CHECK to CHECK-LABEL for more precisionSanjay Patel2015-07-051-1/+1
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-21/+21
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-22/+22
* SLPVectorizer: When sorting by domination for CSE don't assert on unreachable...Benjamin Kramer2014-05-091-0/+30
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-4/+4
* SLP Vectorizer: Add support for trees with external users.Nadav Rotem2013-06-281-6/+5
* Erase all of the instructions that we RAUWedNadav Rotem2013-06-261-1/+1
* Do not add cse-ed instructions into the visited map because we dont want to c...Nadav Rotem2013-06-261-0/+84
* SLP Vectorizer: Fix a bug in the code that does CSE on the generated gather s...Nadav Rotem2013-06-231-0/+51
* SLP Vectorizer: Implement a simple CSE optimization for the gather sequences.Nadav Rotem2013-06-231-0/+85
OpenPOWER on IntegriCloud