summaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/SLPVectorizer/RISCV
AgeCommit message (Expand)Author
2025-11-19[SLPVectorizer] Widen constant strided loads. (#162324)Mikhail Gudim
2025-10-20[IR] Replace alignment argument with attribute on masked intrinsics (#163802)Nikita Popov
2025-10-12[SLP]Support non-ordered copyable argument in non-commutative instructionsAlexey Bataev
2025-10-10[RISCV][SLP][NFC]Add a test for satd-8x4 from x264 benchmark. (#162542)Mikhail Gudim
2025-10-06[SLP]Enable Shl as a base opcode in copyables (#156766)Alexey Bataev
2025-10-01[SLPVectorizer][NFC] A test for widening constant strided loads. (#160552)Mikhail Gudim
2025-09-30[SLPVectorizer] Clear `TreeEntryToStridedPtrInfoMap`. (#160544)Mikhail Gudim
2025-09-30[SLPVectorizer] Remove `align 16` in a test. (#161251)Mikhail Gudim
2025-09-14[SLPVectorizer] Test -1 stride loads. (#158358)Mikhail Gudim
2025-09-02[SLP]Improved/fixed FMAD support in reductionsAlexey Bataev
2025-09-02Revert "[SLP]Improved/fixed FMAD support in reductions"Alexey Bataev
2025-09-01[SLP]Improved/fixed FMAD support in reductionsAlexey Bataev
2025-08-31[SLP]Do not remove reduced value, if it is a copyableAlexey Bataev
2025-08-30[RISCV] Unaligned vec mem => prefer alt opc vecMikhail Gudim
2025-08-29[RISCV][NFC] Precommit a test for SLP behavior... Mikhail Gudim
2025-08-11[SLP]Initial FMAD support (#149102)Alexey Bataev
2025-08-10Revert "[SLP]Initial FMAD support (#149102)"David Green
2025-08-08[SLP]Initial FMAD support (#149102)Alexey Bataev
2025-08-08Revert "[SLP]Initial FMAD support (#149102)"Alexey Bataev
2025-08-07[SLP]Initial FMAD support (#149102)Alexey Bataev
2025-08-06Slp basic test (#152355)Mikhail Gudim
2025-07-18[SLP][NFC]Add a run line for the test, NFCAlexey Bataev
2025-07-15[SLP] Fix cost estimation of external uses with wrong VF (#148185)Gaëtan Bossu
2025-07-11[SLP]Remove emission of vector_insert/vector_extract intrinsicsAlexey Bataev
2025-07-10[SLP] Emit reduction instead of 2 extracts + scalar op, when vectorizing oper...Alexey Bataev
2025-07-10Revert "[SLP] Emit reduction instead of 2 extracts + scalar op, when vectoriz...Alex Bradbury
2025-07-09[SLP] Emit reduction instead of 2 extracts + scalar op, when vectorizing oper...Alexey Bataev
2025-05-24[SLP]Restore insertion points after gathers vectorizationAlexey Bataev
2025-05-20[SLP]Fix the analysis for masked compress loadsAlexey Bataev
2025-05-12[SLP]Do not try to use interleaved loads, if reordering is requiredAlexey Bataev
2025-05-12[SLP][NFC]Add a test with missed reordering of the interleaved loadsAlexey Bataev
2025-05-11[SLP][NFC]Add a test with ordering of the operands of unordered loadsAlexey Bataev
2025-04-27[RISCV] Support vectorizing FMINIMUMNUM and FMAXIMUMNUM (#135727)YunQiang Su
2025-04-24[SLP]Improve reordering of the alternate nodesAlexey Bataev
2025-04-22[RISCV][TTI] Use processShuffleMask for shuffle legalization estimate (#136191)Philip Reames
2025-04-22[SLP]Prefer segmented/deinterleaved loads to strided and fix codegenAlexey Bataev
2025-04-16[SLP]Fix type promotion for smax reduction with unsigned reduced operandsAlexey Bataev
2025-04-16[SLP][NFC]Add a test with missing unsigned promotion for smax reduction, NFCAlexey Bataev
2025-04-16[SLP] Make getSameOpcode support interchangeable instructions. (#135797)Han-Kuan Chen
2025-04-15[SLP]Mark smin reduction as signed compareAlexey Bataev
2025-04-15[SLP][NFC]Add a test with missing zext on signed minimum reduction, NFCAlexey Bataev
2025-04-15Revert "[SLP] Make getSameOpcode support interchangeable instructions. (#1338...Han-Kuan Chen
2025-04-14[SLP] Make getSameOpcode support interchangeable instructions. (#133888)Han-Kuan Chen
2025-04-08[SLP][NFC]Add a test with potential segmented loads, recognized as stridedAlexey Bataev
2025-04-02LLVM/Test: Add vectorizing testcases for fminimumnum and fminimumnum (#133843)YunQiang Su
2025-03-26Revert "[SLP] Make getSameOpcode support interchangeable instructions. (#1328...Martin Storsjö
2025-03-25[SLP] Make getSameOpcode support interchangeable instructions. (#132887)Han-Kuan Chen
2025-03-25Revert "[SLP] Make getSameOpcode support interchangeable instructions. (#1274...Martin Storsjö
2025-03-25[SLP] Make getSameOpcode support interchangeable instructions. (#127450)Han-Kuan Chen
2025-03-17[SLP] Sort PHIs by ExtractElements when relevant (#131229)Jeffrey Byrnes