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

Antonio Frighetto via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 30 09:10:01 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.
----------------
antoniofrighetto wrote:

Does not seem to be the case from running current codegen tests, at the very least.

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


More information about the llvm-commits mailing list