Skip to content

Commit

Permalink
[tests] fix an accidental target dependence added in 99ac886
Browse files Browse the repository at this point in the history
  • Loading branch information
preames committed Dec 15, 2020
1 parent 99ac886 commit a048e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/test/Transforms/LoopVectorize/loop-form.ll
Original file line number Diff line number Diff line change
@@ -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) {
Expand Down

0 comments on commit a048e2f

Please sign in to comment.