mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 13:11:39 +01:00
Testcase to ensure trees structures are correctly linearized
llvm-svn: 2632
This commit is contained in:
parent
2de1df062f
commit
d666f1af99
@ -0,0 +1,11 @@
|
||||
; RUN: if as < %s | opt -reassociate -instcombine -constprop -die | dis | grep 5
|
||||
; RUN: then exit 1
|
||||
; RUN: else exit 0
|
||||
; RUN: fi
|
||||
|
||||
int "test"(int %A, int %B) {
|
||||
%W = add int %B, -5
|
||||
%Y = add int %A, 5
|
||||
%Z = add int %W, %Y
|
||||
ret int %Z
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user