[llvm] [RISCV] Move performCombineVMergeAndVOps into RISCVFoldMasks (PR #71764)

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 14 10:56:39 PST 2023


================
@@ -133,6 +438,48 @@ bool RISCVFoldMasks::convertVMergeToVMv(MachineInstr &MI, MachineInstr *V0Def) {
   return true;
 }
 
+bool RISCVFoldMasks::convertToUnmasked(MachineInstr &MI,
----------------
preames wrote:

This transform is much simpler and easy to review.  What happens if we move only this one to start with?  Does it cause real regressions?

https://github.com/llvm/llvm-project/pull/71764


More information about the llvm-commits mailing list