Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / Generic / pr24662.ll
blob553864858a6bfd872a823e41f9702a8e4100d617
1 ; RUN: llc < %s -fast-isel
2 ; RUN: llc < %s
4 ; NVPTX failed to lower i670010, as size > 64
5 ; UNSUPPORTED: target=nvptx{{.*}}
7 define i60 @PR24662a() {
8   ret i60 trunc (i670010 fptoui(float 0x400D9999A0000000 to i670010) to i60)
11 define i60 @PR24662b() {
12   %1 = fptoui float 0x400D9999A0000000 to i670010
13   %2 = trunc i670010 %1 to i60
14   ret i60 %2