[PATCH] D105824: [LV] Avoid scalable vectorization for loops containing alloca
Caroline via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 15 03:58:01 PDT 2021
CarolineConcatto added inline comments.
================
Comment at: llvm/test/Transforms/LoopVectorize/AArch64/scalable-alloca.ll:1
+; RUN: opt -S -loop-vectorize -mattr=+sve -mtriple aarch64-unknown-linux-gnu -scalable-vectorization=on < %s | FileCheck %s
+
----------------
Makes sense to use the python file to create the check lines here?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105824/new/
https://reviews.llvm.org/D105824
More information about the llvm-commits
mailing list