Files
clang-p2996/mlir/test/Target/Cpp/common-cpp.mlir
Matthias Gehre 5cc228148e TranslateToCpp: Emit floating point literals with suffix (#85392)
Emits `2.0e+00f` instead of `(float)2.0e+00`.

This helps consumers of the emitted code, especially when there are
large numbers of floating point literals, to have a simple AST.
2024-03-18 09:58:57 +01:00

3.8 KiB