[PATCH] D113107: Support of expression granularity for _Float16.
Zahira Ammarguellat via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 15 08:40:50 PDT 2022
zahiraam added a comment.
@rjmccall
I made some progress on the requests above.
There are still a few things that need to be nailed down. The comma && ternary cases for EmitPromoted, I am not sure what needs to happen there? I am also not quite sure about the ComplexExpr’s generated IR . I updated only some of the Float16-Complex.c tests but before editing the rest of the tests, I would like your feedback to see if the IR generated is correct (mul_half_cc is now generating __mulsc3 with truncation instead of __mulhc3).
Please at your convenience, let me know if this is converging into the right direction.
Thanks.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113107/new/
https://reviews.llvm.org/D113107
More information about the cfe-commits
mailing list