[SLP] Add cost model for `llvm.powi.*` intrinsics
[llvm-project.git] / llvm / test / Transforms / InstCombine / 2009-06-11-StoreAddrSpace.ll
blob61191f9ae352aa592a6b21ad2f71e6aace6c65a0
1 ; RUN: opt < %s -passes=instcombine -S | grep "store i32 0,"
2 ; PR4366
4 define void @a() {
5   store i32 0, i32 addrspace(1)* null
6   ret void