[llvm] [RISCV][VLOPT] Support segmented store instructions (PR #155467)
Luke Lau via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 31 20:39:21 PDT 2025
================
@@ -178,6 +178,19 @@ static unsigned getIntegerExtensionOperandEEW(unsigned Factor,
return Log2EEW;
}
+#define VSEG_CASES(Prefix, EEW) \
----------------
lukel97 wrote:
The macros are fine by me, I think the search tables are on the pseudos anyway so it would be weird to mix the non-pseudo + pseudo opcodes.
https://github.com/llvm/llvm-project/pull/155467
More information about the llvm-commits
mailing list