[PATCH] D99192: [NFC] Add tests for scalable vectorization of loops with large stride acesses

Caroline via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 1 01:24:14 PDT 2021


CarolineConcatto added inline comments.


================
Comment at: llvm/test/Transforms/LoopVectorize/AArch64/sve-large-strides.ll:11
+; CHECK-NEXT:   %[[VALS:.*]] = add nsw <vscale x 4 x i32> %[[GLOAD]],
+; CHECK-NEXT:   call void @llvm.masked.scatter.nxv4i32.nxv4p0i32(<vscale x 4 x i32> %[[VALS]], <vscale x 4 x i32*> %[[PTRS]]
+entry:
----------------
david-arm wrote:
> CarolineConcatto wrote:
> > Is there any reason to be more than 1 space?
> Again, just trying to follow same convention as utils/update_test_checks.py that's all.
Oh...that is nice...so I will not have any more problems with formatting tests


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99192/new/

https://reviews.llvm.org/D99192



More information about the llvm-commits mailing list