[PATCH] D113107: Support of expression granularity for _Float16.
Phoebe Wang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 22 22:55:49 PST 2021
pengfei added a comment.
> Should also generate this same IR right?
For `a + b + c`, yes, they are the same. For `a + b`, no. That's the difference between approaches #3 and #4, which I didn't emphasize before :) https://godbolt.org/z/onbGeqdYv
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113107/new/
https://reviews.llvm.org/D113107
More information about the cfe-commits
mailing list