[llvm] [RISCV] TableGen-erate RISC-V SDNodes (PR #138381)
Sam Elliott via llvm-commits
llvm-commits at lists.llvm.org
Thu May 8 11:47:47 PDT 2025
================
@@ -23,15 +23,15 @@ def SDT_StorePair : SDTypeProfile<0, 4, [SDTCisSameAs<0, 1>,
SDTCisPtrTy<2>,
SDTCisVT<3, XLenVT>]>;
-def th_lwud : SDNode<"RISCVISD::TH_LWUD", SDT_LoadPair,
+def th_lwud : RVSDNode<"TH_LWUD", SDT_LoadPair,
[SDNPHasChain, SDNPMayLoad, SDNPMemOperand]>;
----------------
lenary wrote:
Done (and the lines below)
https://github.com/llvm/llvm-project/pull/138381
More information about the llvm-commits
mailing list