This is an archive of the discontinued LLVM Phabricator instance.

NFC: Change getIntrinsicInstrCost to return InstructionCost
ClosedPublic

Authored by sdesmalen on Feb 25 2021, 6:34 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

Depends on D97468

Diff Detail