Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / X86 / 2004-02-22-Casts.ll
blobdafc1d597625c4fd6929f7d49cd226fa8bf21d38
1 ; RUN: llc < %s -mtriple=i686--
2 define i1 @test1(double %X) {
3         %V = fcmp one double %X, 0.000000e+00           ; <i1> [#uses=1]
4         ret i1 %V
7 define double @test2(i64 %X) {
8         %V = uitofp i64 %X to double            ; <double> [#uses=1]
9         ret double %V