[llvm] [RISCV][VLOPT] Add strided, unit strided, and indexed loads to isSupported (PR #121705)
Michael Maitland via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 6 07:53:46 PST 2025
================
@@ -732,6 +747,30 @@ static bool isSupportedInstr(const MachineInstr &MI) {
return false;
switch (RVV->BaseInstr) {
+ // Vector Unit-Stride Instructions
+ // Vector Strided Instructions
+ case RISCV::VLE8_V:
+ case RISCV::VLM_V:
+ case RISCV::VLSE8_V:
+ case RISCV::VLE8FF_V:
----------------
michaelmaitland wrote:
If it had its AVL reduced, which caused a fault which would have happened to no longer occur, would this produce a different result?
https://github.com/llvm/llvm-project/pull/121705
More information about the llvm-commits
mailing list