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

Peter Waller via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 31 02:07:00 PDT 2021


peterwaller-arm accepted this revision.
peterwaller-arm added a comment.
This revision is now accepted and ready to land.

LGTM.



================
Comment at: llvm/test/Transforms/LoopVectorize/AArch64/sve-large-strides.ll:1
+; RUN: opt -mtriple aarch64-linux-gnu -mattr=+sve -loop-vectorize -dce -instcombine -S <%s | FileCheck %s
+
----------------
Optional: I'd understood it was preferred to put the triples and attrs into the IR to make invoking opt manually on the file a little easier.


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