Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / PowerPC / div-e-32.ll
blobfe64abbe6b951b07d2a65fc886f027a2fd8cff70
1 ; RUN: llc -verify-machineinstrs -mtriple=powerpc-unknown-linux-gnu -mcpu=pwr7 < %s | FileCheck %s
2 ; RUN: llc -verify-machineinstrs -mtriple=powerpc-unknown-linux-gnu -mcpu=pwr8 < %s | FileCheck %s
4 ; Function Attrs: nounwind
5 define signext i32 @test1() #0 {
6 entry:
7   %0 = call i32 @llvm.ppc.divwe(i32 32, i32 16)
8   ret i32 %0
9 ; CHECK: divwe 3, 4, 3
12 ; Function Attrs: nounwind readnone
13 declare i32 @llvm.ppc.divwe(i32, i32) #1
15 ; Function Attrs: nounwind
16 define signext i32 @test2() #0 {
17 entry:
18   %0 = call i32 @llvm.ppc.divweu(i32 32, i32 16)
19   ret i32 %0
20 ; CHECK: divweu 3, 4, 3
23 ; Function Attrs: nounwind readnone
24 declare i32 @llvm.ppc.divweu(i32, i32) #1
26 attributes #0 = { nounwind "less-precise-fpmad"="false" "frame-pointer"="all" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }
27 attributes #1 = { nounwind readnone }
29 !llvm.ident = !{!0}
31 !0 = !{!"clang version 3.7.0 (trunk 231831) (llvm/trunk 231828:231843M)"}