[PATCH] D33587: [DAGCombine] Do several rounds of combine.
Amaury SECHET via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 28 19:16:53 PST 2019
deadalnix added a comment.
I was thinking about ways to reduce the overhead created by this change. I came up with D57367 <https://reviews.llvm.org/D57367>, which is an alternative that focuses on nodes likely to benefit from the change instead of the whole DAG. It misses several opportunity that exist in that patch, but it seems to be a tradeof worth doing.
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