[PATCH] D138768: [AArch64][SME]: Add streaming-compatible testing files(limit-duplane.ll, optimize-ptrue.ll, ptest.ll)
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 30 05:45:05 PST 2022
david-arm added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-ptest.ll:6
+
+define i1 @ptest_v16i1_256bit_min_sve(float* %a, float * %b) #0 {
+; CHECK-LABEL: ptest_v16i1_256bit_min_sve:
----------------
The first 3 tests in this file are identical. Can you delete these tests?
@ptest_v16i1_512bit_min_sve
@ptest_v16i1_512bit_sve
================
Comment at: llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-ptest.ll:511
+
+define i1 @ptest_and_v16i1_512bit_min_sve(float* %a, float * %b) #0 {
+; CHECK-LABEL: ptest_and_v16i1_512bit_min_sve:
----------------
This looks identical the test above - can you delete it 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