We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d13f2d0 commit a1409b1Copy full SHA for a1409b1
clang/test/CIR/func-simple.cpp
@@ -60,12 +60,12 @@ bool boolfunc() { return true; }
60
61
float floatfunc() { return 42.42f; }
62
// CHECK: cir.func @floatfunc() -> !cir.float {
63
-// CHECK: %0 = cir.const #cir.fp<4.242000e+01> : !cir.float
+// CHECK: %0 = cir.const #cir.fp<4.242
64
// CHECK: cir.return %0 : !cir.float
65
// CHECK: }
66
67
double doublefunc() { return 42.42; }
68
// CHECK: cir.func @doublefunc() -> !cir.double {
69
-// CHECK: %0 = cir.const #cir.fp<4.242000e+01> : !cir.double
70
// CHECK: cir.return %0 : !cir.double
71
0 commit comments