1 ; This cannot be a stfiwx
2 ; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g5 | grep stb
3 ; RUN: llvm-as < %s | llc -march=ppc32 -mcpu=g5 | not grep stfiwx
5 define void @test(float %F, i8* %P) {
6 %I = fptosi float %F to i32
7 %X = trunc i32 %I to i8