xref: /aosp_15_r20/external/llvm/test/Transforms/InstCombine/2009-06-11-StoreAddrSpace.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1; RUN: opt < %s -instcombine -S | grep "store i32 0,"
2; PR4366
3
4define void @a() {
5  store i32 0, i32 addrspace(1)* null
6  ret void
7}
8