[clang] [llvm] [AArch64][SelectionDAG] Add CodeGen support for scalar FEAT_CPA (PR #105669)
Rodolfo Wottrich via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 6 05:06:16 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.
----------------
rgwott wrote:
Done.
https://github.com/llvm/llvm-project/pull/105669
More information about the cfe-commits
mailing list