[PATCH] D113107: Support of expression granularity for _Float16.

Zahira Ammarguellat via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 1 08:45:18 PDT 2022


zahiraam added a comment.

Refactored the code as requested and fixed the compound operator promotion for scalar.
The operators that are left to complete are compound operators for complex type and ternary operator for scalar and complex types.
Then we need to add the option -fexcess-precision. I am not sure for now where and what values the _FLT_EVAL_METHOD should have when excess  precision is enabled/disabled.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113107/new/

https://reviews.llvm.org/D113107



More information about the llvm-commits mailing list