[PATCH] D80801: [DAGCombiner] allow more folding of fadd + fmul into fma
Bryan Chan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 18 14:15:09 PDT 2020
bryanpkc added a comment.
Sorry for the late question, but I don't understand why this kind of folding is not considered reassociation. I thought reassociation was not allowed even when `-ffp-contract=fast`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80801/new/
https://reviews.llvm.org/D80801
More information about the llvm-commits
mailing list