[llvm] [AArch64] Add CodeGen support for FEAT_CPA (PR #105669)
Jessica Clarke via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 22 10:07:54 PDT 2024
================
@@ -109,7 +109,7 @@ def SDTOther : SDTypeProfile<1, 0, [SDTCisVT<0, OtherVT>]>; // for 'vt'.
def SDTUNDEF : SDTypeProfile<1, 0, []>; // for 'undef'.
def SDTUnaryOp : SDTypeProfile<1, 1, []>; // for bitconvert.
-def SDTPtrAddOp : SDTypeProfile<1, 2, [ // ptradd
+def SDTPtrAddOp : SDTypeProfile<1, 2, [ // ptradd
----------------
jrtc27 wrote:
Leave alone? Lines up with the "add, and, or ..." below
https://github.com/llvm/llvm-project/pull/105669
More information about the llvm-commits
mailing list