[PATCH] D85548: Allow fneg + strict_fadd -> strict_fsub in DAGCombiner
Andrew J Wock via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 25 07:46:40 PDT 2020
ajwock added a comment.
This combine does create the strict_fsub in terms of strict_fadd while preserving the chain-protected ordering. Would it still be appropriate to have this transform and others like it in the DAGCombiner?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85548/new/
https://reviews.llvm.org/D85548
More information about the llvm-commits
mailing list