[PATCH] D69547: DAG: Add function context to isFMAFasterThanFMulAndFAdd
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 18 08:00:16 PST 2019
spatel added a comment.
I might be missing some part of the bigger picture, but shouldn't we nail down the format of the denorm function attribute before this? It seems unnecessarily wide/vague to pass the entire MachineFunction as the param if all we care about is the 1 denorm attribute setting.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69547/new/
https://reviews.llvm.org/D69547
More information about the llvm-commits
mailing list