brintos

brintos / llvm-project-archived public Read only

0
0
Text · 140 B · 0bfa8e9 Raw
8 lines · plain
1; RUN: opt < %s -passes=instcombine -S | grep "store i32 0,"2; PR43663 4define void @a() {5  store i32 0, ptr addrspace(1) null6  ret void7}8