[llvm] [RISCV][GISel] Select trap and debugtrap. (PR #73171)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 27 12:15:10 PST 2023
================
@@ -1099,6 +1103,27 @@ bool RISCVInstructionSelector::selectFPCompare(MachineInstr &MI,
return true;
}
+bool RISCVInstructionSelector::selectIntrinsicWithSideEffects(
----------------
topperc wrote:
Doesn't the cast to GIntrinsic already take care of that?
https://github.com/llvm/llvm-project/pull/73171
More information about the llvm-commits
mailing list