mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-24 21:05:23 +00:00
New testcase
llvm-svn: 19949
This commit is contained in:
parent
9fddd9483d
commit
3eb650d91c
9
test/Regression/Transforms/InstCombine/store.ll
Normal file
9
test/Regression/Transforms/InstCombine/store.ll
Normal file
@ -0,0 +1,9 @@
|
||||
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep -v 'store.*,.*null' | not grep store
|
||||
|
||||
|
||||
void %test1(int* %P) {
|
||||
store int undef, int* %P
|
||||
store int 123, int* undef
|
||||
store int 124, int* null
|
||||
ret void
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user