mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Corrected tests for Loop Versioning LICM, by adding “REQUIRES: asserts”.
Earlier they were failing under no-assert build. llvm-svn: 259989
This commit is contained in:
parent
130a57dd42
commit
17909e08f4
@ -1,4 +1,5 @@
|
||||
; RUN: opt < %s -O1 -S -loop-versioning-licm -licm -debug-only=loop-versioning-licm 2>&1 | FileCheck %s
|
||||
; REQUIRES: asserts
|
||||
;
|
||||
; Test to confirm loop is a candidate for LoopVersioningLICM.
|
||||
; It also confirms invariant moved out of loop.
|
||||
|
@ -1,4 +1,5 @@
|
||||
; RUN: opt < %s -O1 -S -loop-versioning-licm -licm -debug-only=loop-versioning-licm -disable-loop-unrolling 2>&1 | FileCheck %s
|
||||
; REQUIRES: asserts
|
||||
;
|
||||
; Test to confirm loop is a good candidate for LoopVersioningLICM
|
||||
; It also confirms invariant moved out of loop.
|
||||
|
@ -1,4 +1,5 @@
|
||||
; RUN: opt < %s -O1 -S -loop-versioning-licm -debug-only=loop-versioning-licm 2>&1 | FileCheck %s
|
||||
; REQUIRES: asserts
|
||||
;
|
||||
; Test to confirm loop is not a candidate for LoopVersioningLICM.
|
||||
;
|
||||
|
Loading…
Reference in New Issue
Block a user