[clang] [llvm] [RISCV] Add Smrnmi extension (PR #111668)
Craig Topper via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 10 09:54:26 PDT 2024
================
@@ -66,6 +66,8 @@ def riscv_sret_glue : SDNode<"RISCVISD::SRET_GLUE", SDTNone,
[SDNPHasChain, SDNPOptInGlue]>;
def riscv_mret_glue : SDNode<"RISCVISD::MRET_GLUE", SDTNone,
[SDNPHasChain, SDNPOptInGlue]>;
+def riscv_mnret_glue : SDNode<"RISCVISD::MNRET_GLUE", SDTNone,
----------------
topperc wrote:
RISCVISD::MNRET_GLUE isn't defined in this patch so it should definitely be removed.
https://github.com/llvm/llvm-project/pull/111668
More information about the cfe-commits
mailing list