mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-03 02:53:06 +00:00
Fix test lsr-normalization.ll broken in r204161.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204166 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
370981ad17
commit
50e4d56b9f
@ -1,5 +1,6 @@
|
|||||||
; REQUIRES: asserts
|
; REQUIRES: asserts
|
||||||
; RUN: llc -debug < %s -march=x86-64 2>&1 | FileCheck %s
|
; RUN: llc < %s -march=x86-64 | FileCheck %s --check-prefix=ASM
|
||||||
|
; RUN: llc -debug -o /dev/null < %s -march=x86-64 2>&1 | FileCheck %s --check-prefix=DBG
|
||||||
; rdar://8168938
|
; rdar://8168938
|
||||||
|
|
||||||
; This testcase involves SCEV normalization with the exit value from
|
; This testcase involves SCEV normalization with the exit value from
|
||||||
@ -7,10 +8,9 @@
|
|||||||
; loop. The expression should be properly normalized and simplified,
|
; loop. The expression should be properly normalized and simplified,
|
||||||
; and require only a single division.
|
; and require only a single division.
|
||||||
|
|
||||||
; CHECK-NOT: DISCARDING (NORMALIZATION ISN'T INVERTIBLE)
|
; DBG-NOT: DISCARDING (NORMALIZATION ISN'T INVERTIBLE)
|
||||||
; CHECK: _main:
|
; ASM: div
|
||||||
; CHECK: div
|
; ASM-NOT: div
|
||||||
; CHECK-NOT: div
|
|
||||||
|
|
||||||
%0 = type { %0*, %0* }
|
%0 = type { %0*, %0* }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user