[PATCH] D59252: [TTI] getMemcpyCost

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 19 00:07:06 PDT 2019


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

LGTM. I think returning Expensive is the only reasonable thing we can do for a default implementation. It's more realistic than Basic and for anything else more complicated, it should be up to a target to override.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59252/new/

https://reviews.llvm.org/D59252





More information about the llvm-commits mailing list