mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-29 10:32:47 +00:00
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:
parent
010de25f42
commit
8cb014fd01
@ -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:
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user