[PATCH] D138768: [AArch64][SME]: Add streaming-compatible testing files(limit-duplane.ll, optimize-ptrue.ll, ptest.ll)
Sander de Smalen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 30 06:28:22 PST 2022
sdesmalen added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-limit-duplane.ll:6
+
+define <4 x i32> @test(<16 x i32>* %arg1, <16 x i32>* %arg2) {
+; CHECK-LABEL: test:
----------------
Can you use opaque pointers in these tests please?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138768/new/
https://reviews.llvm.org/D138768
More information about the llvm-commits
mailing list