[clang] [AArch64][SME] Remove immediate argument restriction for svldr and svstr (PR #68565)

Kerry McLaughlin via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 9 07:50:36 PDT 2023


================
@@ -8,7 +8,7 @@
 // CHECK-C-LABEL: @test_svldr_vnum_za(
 // CHECK-CXX-LABEL: @_Z18test_svldr_vnum_zajPKv(
 // CHECK-NEXT:  entry:
-// CHECK-NEXT:    tail call void @llvm.aarch64.sme.ldr(i32 [[SLICE_BASE:%.*]], ptr [[PTR:%.*]])
----------------
kmclaughlin-arm wrote:

Were these changes to SLICE_BASE and PTR intentional? When I try to run this test now it fails with the following:
`undefined variable: SLICE_BASE` &
`undefined variable: PTR`

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


More information about the cfe-commits mailing list