[llvm] [AArch64] Update tests with interleave intrinsics (PR #212312)

David Green via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 29 00:56:20 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) {
----------------
davemgreen wrote:

You could put this next to zext_load_add. Same for the other tests. If they need to go at the end, they should be before the attributes.

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


More information about the llvm-commits mailing list