[PATCH] D34057: [TargetTransformInfo, API] Add optional list of operands to TTI::getUserCost
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 16 12:38:43 PDT 2017
efriedma added a comment.
Umm, that misses the point of my comment; we want to reduce the number of paths through the code by requiring that Operands is never empty (except for operations which don't have any operands).
https://reviews.llvm.org/D34057
More information about the llvm-commits
mailing list