[PATCH] D44683: [SelectionDAG] Removing FABS folding from DAGCombiner
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 21 05:55:17 PDT 2018
arsenm added a comment.
There is supposed to be redundancy between instcombine and dagcombiner. Patterns can appear during lowering that won’t appear in instcombine
https://reviews.llvm.org/D44683
More information about the llvm-commits
mailing list