mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-03 17:24:24 +00:00
Corrected tests for Loop Versioning LICM, by adding “REQUIRES: asserts”.
Earlier they were failing under no-assert build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@259989 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
393c3c6b68
commit
5e04a0b30d
@ -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…
x
Reference in New Issue
Block a user