1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

[LV] Add requires asserts to test case

llvm-svn: 292280
This commit is contained in:
Matthew Simpson 2017-01-17 22:21:33 +00:00
parent 45dd52fb0a
commit 6f0aa3e381

View File

@ -1,3 +1,4 @@
; REQUIRES: asserts
; RUN: opt < %s -loop-vectorize -instcombine -S -debug-only=loop-vectorize -disable-output -print-after=instcombine 2>&1 | FileCheck %s
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"