[clang] [llvm] [RISCV] Add Smrnmi extension (PR #111668)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 21 02:10:25 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,
----------------
dong-miao wrote:
Thanks, I have removed the relevant content.
https://github.com/llvm/llvm-project/pull/111668
More information about the cfe-commits
mailing list