forked from OSchip/llvm-project
[tests] fix an accidental target dependence added in 99ac8868
This commit is contained in:
parent
99ac8868cf
commit
a048e2fa1d
|
@ -1,5 +1,5 @@
|
||||||
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
|
; 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"
|
target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
|
||||||
|
|
||||||
define void @bottom_tested(i16* %p, i32 %n) {
|
define void @bottom_tested(i16* %p, i32 %n) {
|
||||||
|
|
Loading…
Reference in New Issue