[PATCH] D33587: [DAGCombine] Do several rounds of combine.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 27 19:19:14 PST 2019


craig.topper added a comment.

Have you done any compile time measurements of this? InstCombine already gets blamed for being a compile time problem. I'm worried about repeating that criticism with DAG combine.

Also do you have examples of the kinds of things that you're seeing in your workloads? Would be good to have test cases for those so we can understand them and so they don't regress in the future if we go forward with this.


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