[llvm] [AArch64] Update tests with interleave intrinsics (PR #212312)
Kamlesh Kumar via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 29 01:12:48 PDT 2026
================
@@ -741,3 +751,33 @@ entry:
attributes #0 = { vscale_range(1,16) "target-features"="+sve" }
attributes #1 = { vscale_range(2,2) "target-features"="+sve" }
+
+
+define <8 x i64> @zext_load_add_intrinsic(ptr %p) {
----------------
kamleshbhalui wrote:
yes attribute should at the bottom, I will move it.
Regarding keep intrinsic form next to shufflevector, git diff did not look good that way so, kept intrinsic form at the end.
https://github.com/llvm/llvm-project/pull/212312
More information about the llvm-commits
mailing list