summaryrefslogtreecommitdiff
path: root/test/Transforms/SLPVectorizer
AgeCommit message (Expand)Author
2018-01-17Merging r322106:Hans Wennborg
2018-01-17Merging r321870, r321872, and r321994:Hans Wennborg
2018-01-17Merging r321993:Hans Wennborg
2017-12-20Revert r320548:[SLP] Vectorize jumbled memory loadsMohammad Shahid
2017-12-14[SLPVectorizer] Don't ignore scalar extraction instructions of aggregate valueGuozhi Wei
2017-12-13[SLP] Vectorize jumbled memory loads.Mohammad Shahid
2017-12-01Revert r319531 "[SLPVectorizer] Failure to beneficially vectorize 'copyable' ...Hans Wennborg
2017-12-01[SLPVectorizer] Failure to beneficially vectorize 'copyable' elements in inte...Dinar Temirbulatov
2017-11-21SLPVectorizer.cpp: Avoid std::stable_sort(properlyDominates()).NAKAMURA Takumi
2017-11-15[SLP] Added more missed optimization remarksAdam Nemet
2017-11-15Revert r318193 "[SLPVectorizer] Failure to beneficially vectorize 'copyable' ...Hans Wennborg
2017-11-14[SLPVectorizer] Failure to beneficially vectorize 'copyable' elements in inte...Dinar Temirbulatov
2017-11-13NFC, Allow SystemZ SLP tests only when SystemZ is supported.Dinar Temirbulatov
2017-11-09[SLP] Fix PR23510: Try to find best possible vectorizable stores.Alexey Bataev
2017-11-08Add an @llvm.sideeffect intrinsicDan Gohman
2017-11-08Revert rL317618Mitch Phillips
2017-11-07[SLPVectorizer] Failure to beneficially vectorize 'copyable' elements in inte...Dinar Temirbulatov
2017-11-07[SLP] Fix PR35047: Fix default cost model for cast op in X86.Alexey Bataev
2017-11-06[ValueTracking] readonly (const) is a requirement for converting sqrt to llvm...Sanjay Patel
2017-11-06[SLP] Test for PR35047, NFC.Alexey Bataev
2017-11-05[SLPVectorizer] minimize tests and auto-generate full checks; NFCSanjay Patel
2017-11-03[SLP] Test for PR23510, NFC.Alexey Bataev
2017-10-16Revert rL315894, "SLPVectorizer.cpp: Try to appease stage2-3 difference. (D38...NAKAMURA Takumi
2017-10-16SLPVectorizer.cpp: Try to appease stage2-3 difference. (D38586)NAKAMURA Takumi
2017-10-09[SLP] Add test for reversed load, NFC.Alexey Bataev
2017-10-09[SLP] Test for wrongly vectorized set of extractelements, NFC.Alexey Bataev
2017-10-03Revert r314806 "[SLP] Vectorize jumbled memory loads."Hans Wennborg
2017-10-03[SLP] Vectorize jumbled memory loads.Mohammad Shahid
2017-09-27[SLP] Fix crash on propagate IR flags for undef operands of min/maxAlexey Bataev
2017-09-25[SLP] Add a test for PR32086, NFC.Alexey Bataev
2017-09-25[SLP] Support for horizontal min/max reduction.Alexey Bataev
2017-09-20Revert r313771 "[SLP] Vectorize jumbled memory loads."Hans Wennborg
2017-09-20[SLP] Vectorize jumbled memory loads.Mohammad Shahid
2017-09-20Revert r313736: "[SLP] Vectorize jumbled memory loads."Alexander Kornienko
2017-09-20[SLP] Vectorize jumbled memory loads.Mohammad Shahid
2017-09-19[SLP] Reduce test, NFC.Alexey Bataev
2017-09-18[SLP] Add a test for PR34635, NFC.Alexey Bataev
2017-09-15[SLP] Revert r312791 and other necessary commits, except for TTI andChandler Carruth
2017-09-15Revert "[SLPVectorizer] Failure to beneficially vectorize 'copyable' elements...Ilya Biryukov
2017-09-15[SLPVectorizer] Failure to beneficially vectorize 'copyable' elements in inte...Dinar Temirbulatov
2017-09-12[SLP] Test with mutiple uses of conditional op and wrong parent.Alexey Bataev
2017-09-08[SLP] Support for horizontal min/max reduction.Alexey Bataev
2017-08-20Keep Optimization Remark Yaml in NewPMSam Elliott
2017-08-19[SLPVectorizer] Tighten up VLeft, VRight declaration, remove unnecessary test...Dinar Temirbulatov
2017-08-19[SLPVectorizer] Add opcode parameter to reorderAltShuffleOperands, reorderInp...Dinar Temirbulatov
2017-08-14[SLPVectorizer] Schedule bundle with different opcodes.Dinar Temirbulatov
2017-08-07[SLP] General improvements of SLP vectorization process.Alexey Bataev
2017-08-07Revert "[SLP] General improvements of SLP vectorization process."Alexey Bataev
2017-08-07[SLP] General improvements of SLP vectorization process.Alexey Bataev
2017-08-06[SLPVectorizer][X86] Cleanup test case. NFCISimon Pilgrim