[llvm] 290ae65 - Fix buildbot failure caused by D115651
Sander de Smalen via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 20 09:19:44 PST 2021
Author: Sander de Smalen
Date: 2021-12-20T17:18:59Z
New Revision: 290ae657a61d995697d2aa17a114d79302af6cfc
URL: https://github.com/llvm/llvm-project/commit/290ae657a61d995697d2aa17a114d79302af6cfc
DIFF: https://github.com/llvm/llvm-project/commit/290ae657a61d995697d2aa17a114d79302af6cfc.diff
LOG: Fix buildbot failure caused by D115651
I somehow missed updating the RUN line of this test.
Added:
Modified:
llvm/test/Transforms/LoopVectorize/AArch64/sve-gather-scatter-cost.ll
Removed:
################################################################################
diff --git a/llvm/test/Transforms/LoopVectorize/AArch64/sve-gather-scatter-cost.ll b/llvm/test/Transforms/LoopVectorize/AArch64/sve-gather-scatter-cost.ll
index e0b2b1d038db0..dd589c8fc33ef 100644
--- a/llvm/test/Transforms/LoopVectorize/AArch64/sve-gather-scatter-cost.ll
+++ b/llvm/test/Transforms/LoopVectorize/AArch64/sve-gather-scatter-cost.ll
@@ -1,5 +1,5 @@
; REQUIRES: asserts
-; RUN: opt -loop-vectorize -mcpu=neoverse-v1 -disable-output %s -scalable-vectorization=preferred -debug 2>&1 | FileCheck %s
+; RUN: opt -loop-vectorize -mcpu=neoverse-v1 -disable-output %s -debug 2>&1 | FileCheck %s
target triple="aarch64--linux-gnu"
More information about the llvm-commits
mailing list