mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
I accidentally implemented this :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90014 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
11c6bab704
commit
253be4ddb2
@ -1,7 +1,6 @@
|
||||
; RUN: opt < %s -gvn -S | grep {DEAD = phi i32 }
|
||||
; XFAIL: *
|
||||
|
||||
; FIXME: GVN should eliminate the fully redundant %9 GEP which
|
||||
; GVN should eliminate the fully redundant %9 GEP which
|
||||
; allows DEAD to be removed. This is PR3198.
|
||||
|
||||
; The %7 and %4 loads combine to make %DEAD unneeded.
|
||||
|
Loading…
Reference in New Issue
Block a user