1; RUN: opt < %s -passes=instcombine -S | grep "store i32 0," 2; PR4366 3 4define void @a() { 5 store i32 0, ptr addrspace(1) null 6 ret void 7} 8