[PATCH] D30483: [DAG] More aggressively Inline TokenFactors
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 1 11:23:04 PST 2017
efriedma added a comment.
I'm vaguely worried this is going to hurt compile-time without really being helpful in general; you can't really do much useful with multiple overlapping TokenFactors, and blindly inlining TokenFactors is going to hit the limit quickly on large basic blocks. Is it possible some more targeted fix could handle the interesting cases?
https://reviews.llvm.org/D30483
More information about the llvm-commits
mailing list