[llvm] [RISCV][GISel] Add ISel supports for SHXADD from Zba extension (PR #67863)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 29 15:59:13 PDT 2023
================
@@ -105,6 +114,127 @@ RISCVInstructionSelector::selectShiftMask(MachineOperand &Root) const {
return {{[=](MachineInstrBuilder &MIB) { MIB.add(Root); }}};
}
+// This complex pattern actually serves as a perdicate that is effectively
----------------
topperc wrote:
predicate*
https://github.com/llvm/llvm-project/pull/67863
More information about the llvm-commits
mailing list