[llvm] [X86] TableGen-erate SDNode descriptions (PR #168421)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 6 21:05:42 PST 2026


================
@@ -16,6 +16,8 @@
 
 def SDTRAOBinaryArith : SDTypeProfile<0, 2, [SDTCisPtrTy<0>, SDTCisInt<1>]>;
 
+/// RAO arithmetic instructions.
+/// OUTCHAIN = AADD(INCHAIN, PTR, RHS)
----------------
topperc wrote:

```suggestion
// RAO arithmetic instructions.
// OUTCHAIN = AADD(INCHAIN, PTR, RHS)
```

https://github.com/llvm/llvm-project/pull/168421


More information about the llvm-commits mailing list