[PATCH] D41464: Expose a TargetMachine::getTargetTransformInfo function

Hal Finkel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 20 16:18:35 PST 2017


hfinkel accepted this revision.
hfinkel added a comment.
This revision is now accepted and ready to land.

LGTM

Refactoring this to move the std::function wrapping into once place (as opposed to repeating it in all backends) seems like a good step in general.


https://reviews.llvm.org/D41464





More information about the llvm-commits mailing list