mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
[SystemZ] make test immune to improvements in undef simplification
llvm-svn: 347166
This commit is contained in:
parent
446ea4605a
commit
d784091938
@ -9,7 +9,7 @@ target triple = "s390x-ibm-linux"
|
||||
@g_65 = external global i32, align 4
|
||||
|
||||
; Function Attrs: nounwind
|
||||
define void @main() #0 {
|
||||
define void @main(i1 %x) #0 {
|
||||
bb:
|
||||
br label %bb1
|
||||
|
||||
@ -25,7 +25,7 @@ bb1: ; preds = %bb
|
||||
br i1 undef, label %bb12, label %bb9
|
||||
|
||||
bb9: ; preds = %bb1
|
||||
%tmp10 = select i1 undef, i64 0, i64 %tmp2
|
||||
%tmp10 = select i1 %x, i64 0, i64 %tmp2
|
||||
%tmp11 = add nsw i64 %tmp10, %tmp8
|
||||
br label %bb12
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user