[PATCH] D31168: Set FMF for -ffp-contract=fast
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Apr 1 23:42:32 PDT 2017
rjmccall added a comment.
I may have missed earlier steps in this patch series. Why is this being done statefully and contextually in the IRBuilder instead of just applying the flag from the BinaryOperator to the instruction when building it? It's not like ScalarExprEmitter doesn't know that it's building an FMul.
https://reviews.llvm.org/D31168
More information about the cfe-commits
mailing list