aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/SLPVectorizer
AgeCommit message (Expand)Author
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
2017-08-05[SLPVectorizer] Add extra parameter to setInsertPointAfterBundle to handle di...Dinar Temirbulatov
2017-08-02[InstCombine] Support sext in foldLogicCastConstantCraig Topper
2017-08-02[SLPVectorizer] Test update, NFC.Alexey Bataev
2017-08-02[SLP] Fix for PR31880: shuffle and vectorize repeated scalar ops on extracted...Alexey Bataev
2017-07-31[SLP]: Add test to resurrect the jumbled load patch. This test has multiple usesMohammad Shahid
2017-06-30[SLP] A test for limiting vectorization of instructions, NFC.Alexey Bataev
2017-06-20AMDGPU: Allow vectorization of packed typesMatt Arsenault
2017-06-10[X86][SLM] Add SLM arithmetic vectorization testsSimon Pilgrim
2017-06-08Regenerate testSimon Pilgrim
2017-06-06[SLP] Change extension of the test, NFC.Alexey Bataev
2017-06-06[SLP] Add a test for fix of PR32164, NFC.Alexey Bataev
2017-05-16Re-commit r302678, fixing PR33053.Amara Emerson
2017-05-15[SLP] Enable 64-bit wide vectorization on AArch64Adam Nemet
2017-05-15Revert r302678 "[AArch64] Enable use of reduction intrinsics."Hans Wennborg
2017-05-15[SLPVectorizer][X86] Add vectorization tests for vXi64/vXi32/vXi16/VXi8 add/s...Simon Pilgrim
2017-05-15[SLPVectorizer][X86] Add vectorization tests for vXi64/vXi32/vXi16/VXi8 shiftsSimon Pilgrim
2017-05-11[SLP] Emit optimization remarksAdam Nemet
2017-05-10[AArch64] Enable use of reduction intrinsics.Amara Emerson
2017-05-03Replace hardcoded intrinsic list with speculatable attribute.Matt Arsenault
2017-04-18[SLP vectorizer] Allow phi node reordering in tryToVectorizeList.Easwaran Raman
2017-04-12Fix a RUN line in new test.Jonas Paulsson
2017-04-12[SLPVectorizer] Pass the right type argument to getCmpSelInstrCost()Jonas Paulsson
2017-03-21AMDGPU: Mark all unspecified CC functions in tests as amdgpu_kernelMatt Arsenault
2017-03-15[X86] Add missing BITREVERSE costs for SSE2 vectors and i8/i16/i32/i64 scalarsSimon Pilgrim