mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-30 07:00:45 +00:00
New testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8391 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b4b8f7c9bc
commit
680f6a42c2
9
test/Analysis/LoadVN/RLE-Preserve-Volatile.ll
Normal file
9
test/Analysis/LoadVN/RLE-Preserve-Volatile.ll
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
|
||||||
|
; RUN: llvm-as < %s | opt -load-vn -gcse -instcombine | dis | grep sub
|
||||||
|
|
||||||
|
int %test(int* %P) {
|
||||||
|
%X = load volatile int* %P
|
||||||
|
%Y = load volatile int* %P
|
||||||
|
%Z = sub int %X, %Y
|
||||||
|
ret int %Z
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user