Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / Generic / pr12507.ll
blob80bfecf9841751280219514d07bf3c110a4af617
1 ; RUN: llc < %s
3 ; NVPTX failed to lower arg i160, as size > 64
4 ; UNSUPPORTED: target=nvptx{{.*}}
6 @c = external global i32, align 4
8 define void @foo(i160 %x) {
9 entry:
10   %cmp.i = icmp ne i160 %x, 340282366920938463463374607431768211456
11   %conv.i = zext i1 %cmp.i to i32
12   %tobool.i = icmp eq i32 %conv.i, 0
13   br i1 %tobool.i, label %if.then.i, label %fn1.exit
15 if.then.i:
16   store i32 0, ptr @c, align 4
17   br label %fn1.exit
19 fn1.exit:
20   ret void