Defaults to TCK_RecipThroughput - as most explicit calls were assuming TCK_RecipThroughput (vectorizers) or was just doing a before-vs-after comparison (vectorcombiner). Calls via getInstructionCost were just dropping the CostKind, so again there should be no change at this time - but it will make it easier for us to better account for size/latency shuffle costs in inline/unroll passes in the future.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo