These are both implemented by a recent LSR patch

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22700 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-08-08 05:29:51 +00:00
parent 010de25f42
commit 8cb014fd01
2 changed files with 0 additions and 2 deletions

View File

@ -3,7 +3,6 @@
; immediately before the conditional branch.
;
; RUN: llvm-as < %s | opt -loop-reduce | llvm-dis | %prcontext 'br bool' 1 | grep set
; XFAIL: *
void %foo(float* %D, uint %E) {
entry:

View File

@ -1,7 +1,6 @@
; RUN: llvm-as < %s | opt -loop-reduce | llvm-dis | grep phi | wc -l | grep 1
; This should only result in one PHI node!
; XFAIL: *
; void foo(double *D, double *E, double F) {
; while (D != E)