[PATCH] D136585: [AArch64-SVE]: Add tests for masked/truncating/extending load/store while streaming mode is enabled.
Sander de Smalen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 28 08:09:37 PDT 2022
sdesmalen added a comment.
LGTM with nit addressed
================
Comment at: llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-masked-store.ll:312
+
+define void @masked_store_v32f32(<32 x float>* %dst, <32 x i1> %mask) #0 {
+; CHECK-LABEL: masked_store_v32f32:
----------------
nit: this test can be removed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136585/new/
https://reviews.llvm.org/D136585
More information about the llvm-commits
mailing list