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

Sam Tebbs via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 9 08:56:03 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:%.*]])
----------------
SamTebbs33 wrote:

These changes actually came from the test update script llvm/utils/update_cc_test_checks.py, but I can revert them as they weren't intentional changes.

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


More information about the cfe-commits mailing list