1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

[LoopInterchange] Add REQUIRES: asserts to test.

llvm-svn: 330748
This commit is contained in:
Florian Hahn 2018-04-24 18:10:52 +00:00
parent 8a87ea7a2b
commit 7ac9e5d337

View File

@ -1,3 +1,4 @@
; REQUIRES: asserts
; RUN: opt < %s -loop-interchange -simplifycfg -pass-remarks-output=%t \
; RUN: -pass-remarks=loop-interchange -pass-remarks-missed=loop-interchange -stats -S 2>&1 \
; RUN: | FileCheck -check-prefix=STATS %s