[PATCH] D113003: [LoopVectorize] Add support for tail folding using scalable vectors

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 7 06:57:34 PST 2022


sdesmalen accepted this revision.
sdesmalen added a comment.
This revision is now accepted and ready to land.

Seems like quite the straightforward change, LGTM.



================
Comment at: llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding-forced.ll:1
+; RUN: opt -S -loop-vectorize -scalable-vectorization=preferred < %s | FileCheck %s
+
----------------
nit: this can be removed now that scalable vectorization is enabled by default for aarch64 when SVE is available.


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

https://reviews.llvm.org/D113003



More information about the llvm-commits mailing list