Files
clang-p2996/llvm/test/Analysis/CostModel
Shih-Po Hung 837ee5b46a [RISCV][TTI] Scale the cost of FP-Int conversion with LMUL (#87506)
Widening/narrowing the source data type to match the destination data
type may require multiple steps.
To model the costs, the patch generated the interim type by following
the logic in RISCVTargetLowering::lowerVPFPIntConvOp.
2024-09-02 09:38:42 +08:00
..