[llvm] [SelectionDAG] Introduce ISD::PTRADD (PR #140017)
Fabian Ritter via llvm-commits
llvm-commits at lists.llvm.org
Mon May 19 05:50:25 PDT 2025
================
@@ -1502,6 +1502,11 @@ enum NodeType {
// Outputs: [rv], output chain, glue
PATCHPOINT,
+ // PTRADD represents pointer arithmatic semantics, for targets that opt in
----------------
ritter-x2a wrote:
done in 2ccad11fe32f3fbed04c0944d7119fda9c9387e8
https://github.com/llvm/llvm-project/pull/140017
More information about the llvm-commits
mailing list