This is an archive of the discontinued LLVM Phabricator instance.

[TTI] NFC: Change getVectorInstrCost to return InstructionCost
ClosedPublic

Authored by sdesmalen on Apr 12 2021, 8:45 AM.

Details

Summary

This patch migrates the TTI cost interfaces to return an InstructionCost.

See this patch for the introduction of the type: https://reviews.llvm.org/D91174
See this thread for context: http://lists.llvm.org/pipermail/llvm-dev/2020-November/146408.html

Diff Detail

Event Timeline

sdesmalen created this revision.Apr 12 2021, 8:45 AM
sdesmalen requested review of this revision.Apr 12 2021, 8:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 12 2021, 8:45 AM
dmgreen accepted this revision.Apr 14 2021, 5:27 AM

LGTM

This revision is now accepted and ready to land.Apr 14 2021, 5:27 AM
This revision was landed with ongoing or failed builds.Apr 14 2021, 9:34 AM
This revision was automatically updated to reflect the committed changes.