[tests] fix an accidental target dependence added in 99ac8868
authorPhilip Reames <listmail@philipreames.com>
Tue, 15 Dec 2020 19:07:30 +0000 (11:07 -0800)
committerPhilip Reames <listmail@philipreames.com>
Tue, 15 Dec 2020 19:07:30 +0000 (11:07 -0800)
llvm/test/Transforms/LoopVectorize/loop-form.ll

index cebe784..298143b 100644 (file)
@@ -1,5 +1,5 @@
 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
-; RUN: opt -S -loop-vectorize < %s | FileCheck %s
+; RUN: opt -S -loop-vectorize -force-vector-width=2 < %s | FileCheck %s
 target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
 
 define void @bottom_tested(i16* %p, i32 %n) {