[llvm] [AArch64][SelectionDAG] Add CodeGen support for scalar FEAT_CPA (PR #105669)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 3 06:06:34 PST 2025
================
@@ -1462,6 +1462,10 @@ enum NodeType {
// Outputs: [rv], output chain, glue
PATCHPOINT,
+ // PTRADD represents pointer arithmetic semantics, for those targets which
+ // benefit from that information.
----------------
davemgreen wrote:
// PTRADD represents pointer arithmatic semantics, for targets that opt in using shouldPreservePtrArith.
// ptr = PTRADD ptr, offset
https://github.com/llvm/llvm-project/pull/105669
More information about the llvm-commits
mailing list