[PATCH] D79848: [CostModel] Unify getCastInstrCost

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 26 03:44:57 PDT 2020


samparker added a comment.

I made a change before committing, so that all the backends that calculate the cost will do an adjustment for non-throughput costs. So, hopefully most backends won't be affected by this change other than finding free fp/int conversions.


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

https://reviews.llvm.org/D79848





More information about the llvm-commits mailing list