[llvm] [AArch64][ISel] Add support for v8.4a RCpc `ldapur`/`stlur` (PR #67879)

David Green via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 30 03:33:05 PDT 2023


================
@@ -1130,10 +1139,6 @@ bool AArch64DAGToDAGISel::SelectAddrModeUnscaled(SDValue N, unsigned Size,
     return false;
   if (ConstantSDNode *RHS = dyn_cast<ConstantSDNode>(N.getOperand(1))) {
     int64_t RHSC = RHS->getSExtValue();
-    // If the offset is valid as a scaled immediate, don't match here.
----------------
davemgreen wrote:

And this doesn't alter any of the existing codegen, for non-atomic types?

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


More information about the llvm-commits mailing list