[llvm] [RISCV] Move performCombineVMergeAndVOps into RISCVFoldMasks (PR #71764)
Luke Lau via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 14 23:42:50 PST 2023
================
@@ -133,6 +438,48 @@ bool RISCVFoldMasks::convertVMergeToVMv(MachineInstr &MI, MachineInstr *V0Def) {
return true;
}
+bool RISCVFoldMasks::convertToUnmasked(MachineInstr &MI,
----------------
lukel97 wrote:
Unfortunately convertToUnmasked is the one with the very large test diff. I think it also runs before `doPeepholeMergeVVMFold` so it would affect the output of that too
https://github.com/llvm/llvm-project/pull/71764
More information about the llvm-commits
mailing list