[PATCH] D33587: [DAGCombine] Do several rounds of combine.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 26 19:36:20 PST 2019
craig.topper added a comment.
Have we looked into visiting the nodes bottom up instead of top down as is currently done. Would require an explicit topological sort instead of getting whatever order the previous legalizer step left us with.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D33587/new/
https://reviews.llvm.org/D33587
More information about the llvm-commits
mailing list