[PATCH] D90685: [SVE][AArch64] Improve specificity of vectorization legality TypeSize test
Joe Ellis via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 10 02:55:51 PST 2020
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG462dd4f80358: [SVE][AArch64] Improve specificity of vectorization legality TypeSize test (authored by joechrisellis).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90685/new/
https://reviews.llvm.org/D90685
Files:
llvm/test/Transforms/LoopVectorize/AArch64/sve-scalable-load-in-loop.ll
Index: llvm/test/Transforms/LoopVectorize/AArch64/sve-scalable-load-in-loop.ll
===================================================================
--- llvm/test/Transforms/LoopVectorize/AArch64/sve-scalable-load-in-loop.ll
+++ llvm/test/Transforms/LoopVectorize/AArch64/sve-scalable-load-in-loop.ll
@@ -1,4 +1,4 @@
-; RUN: opt -S -O2 -mtriple=aarch64-linux-gnu -mattr=+sve < %s 2>%t | FileCheck %s
+; RUN: opt -S -loop-vectorize -mtriple=aarch64-linux-gnu -mattr=+sve < %s 2>%t | FileCheck %s
; RUN: FileCheck --check-prefix=WARN --allow-empty %s <%t
; This test is checking that a scalable load inside a loop does not trigger a
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90685.304121.patch
Type: text/x-patch
Size: 633 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201110/0a0b5011/attachment.bin>
More information about the llvm-commits
mailing list