Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f391883670caecc01973bc6c69fc1f22c20a2612
/
.
/
llvm
/
test
/
Transforms
/
InstCombine
/
2003-09-09-VolatileLoadElim.ll
blob: adb1474a98c4d29a37503e794545c236d3a7cdb8 [
file
] [
log
] [
blame
]
; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | grep load
void
%test
(
int
*
%P
)
{
%X
=
volatile
load
int
*
%P
; Dead but not deletable!
ret
void
}