Reapply r155682, making constant folding more consistent, with a fix to work
[oota-llvm.git] / test / CodeGen / PTX / sub.ll
index f3e2770306f0f06837e27f66fd33575814f9efc6..7ac886ad645effc77672b1ab60eb69f202515812 100644 (file)
@@ -57,7 +57,7 @@ define ptx_device i64 @t2_u64(i64 %x) {
 }
 
 define ptx_device float @t2_f32(float %x) {
-; CHECK: add.rn.f32 %ret{{[0-9]+}}, %f{{[0-9]+}}, 0FBF800000;
+; CHECK: add.rn.f32 %ret{{[0-9]+}}, %f{{[0-9]+}}, 0DBFF0000000000000;
 ; CHECK: ret;
   %z = fsub float %x, 1.0
   ret float %z