[llvm] [RISCV][GISel] Select trap and debugtrap. (PR #73171)
Michael Maitland via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 27 11:52:52 PST 2023
================
@@ -1099,6 +1103,27 @@ bool RISCVInstructionSelector::selectFPCompare(MachineInstr &MI,
return true;
}
+bool RISCVInstructionSelector::selectIntrinsicWithSideEffects(
----------------
michaelmaitland wrote:
`assert (TargetOpcode::G_INTRINSIC_W_SIDE_EFFECTS);`
https://github.com/llvm/llvm-project/pull/73171
More information about the llvm-commits
mailing list