Issue 150452
Summary [flang] Create the real constant directly with the argument type.
Labels flang
Assignees
Reporter c8ef
    See the discussion in #149525.

Currently, we create the float64 type directly, and then another cast is applied, which has two drawbacks.

- It may lead to suboptimal precision for f128.
- It introduces a redundant cast for f32.

_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to