[RISCV][CostModel] Add getRISCVInstructionCost() to TTI for Cost… (#73651)
…Kind Instruction cost for CodeSize and Latency/RecipThroughput can be very different. Considering the diversity of CostKind and vendor-specific cost, and how they are spread across various TTI functions, it's becoming quite a challenge to handle. This patch adds an interface getRISCVInstructionCost to address it.
Loading
Please sign in to comment