diff options
author | Shih-Po Hung <shihpo.hung@sifive.com> | 2024-09-02 09:38:42 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-02 09:38:42 +0800 |
commit | 837ee5b46a5f7f898f0de7e46a19600b896a0a1f (patch) | |
tree | b3fe8e6b5419abe6fe50b5290e09408672fd44ff /llvm/lib/Support/APInt.cpp | |
parent | 5fe852e774b1b3526561e959effea3eec3ac4b36 (diff) | |
download | llvm-837ee5b46a5f7f898f0de7e46a19600b896a0a1f.zip llvm-837ee5b46a5f7f898f0de7e46a19600b896a0a1f.tar.gz llvm-837ee5b46a5f7f898f0de7e46a19600b896a0a1f.tar.bz2 |
[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.
Diffstat (limited to 'llvm/lib/Support/APInt.cpp')
0 files changed, 0 insertions, 0 deletions