[PATCH] D79483: [CostModel] Remove getInstructionCost.

Hal Finkel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 1 08:06:01 PDT 2020


hfinkel added a comment.

Is getUserCost a better name than getInstructionCost? I wonder if we're moving in the wrong direction.

FWIW, when someone gets around to wanting to fix the vectorizer's interleaving heuristic, we'll need instruction latencies.


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

https://reviews.llvm.org/D79483





More information about the llvm-commits mailing list