make RLE preserve the name of the load that it replaces. This is just

a pretification of the IR.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60973 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2008-12-13 07:22:47 +00:00
parent fd6673cf7f
commit 879922932f
7 changed files with 8 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
; RUN: llvm-as < %s | opt -gvn | llvm-dis | not grep {tmp17625 =}
; RUN: llvm-as < %s | opt -gvn | llvm-dis | not grep {tmp17631 =}
; RUN: llvm-as < %s | opt -gvn | llvm-dis | grep {tmp17625.* = phi i32. }
; RUN: llvm-as < %s | opt -gvn | llvm-dis | grep {tmp17631 = phi i32. }
@last = external global [65 x i32*] ; <[65 x i32*]*> [#uses=1]