diff options
author | Monk Chiang <monk.chiang@sifive.com> | 2022-11-30 17:07:14 +0800 |
---|---|---|
committer | Monk Chiang <monk.chiang@sifive.com> | 2022-12-06 22:14:15 -0800 |
commit | 7b50c183601adf8cacf20f3644cb0f72c7cd1125 (patch) | |
tree | bc494f24abadd40d9a359e716ac6c4275744e8f7 /llvm/tools/llvm-cov/SourceCoverageViewText.cpp | |
parent | d42c76aba0f4465cd4ae4ed0c0cc64d141cdf476 (diff) | |
download | llvm-7b50c183601adf8cacf20f3644cb0f72c7cd1125.zip llvm-7b50c183601adf8cacf20f3644cb0f72c7cd1125.tar.gz llvm-7b50c183601adf8cacf20f3644cb0f72c7cd1125.tar.bz2 |
[RISCV] Codegen support for Zfhmin.
The Zfhmin subset only has FLH, FSH, FMV.X.H, FMV.H.X, FCVT.S.H, and FCVT.H.S.
If the D extension is present, the FCVT.D.H and FCVT.H.D instructions are also included.
Since most instructions are not included for Zfhmin, so most operations are promoted.
The patch primarily about making f16 a legal type.
RISC-V ISA info:
https://wiki.riscv.org/display/HOME/Recently+Ratified+Extensions
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D139391
Diffstat (limited to 'llvm/tools/llvm-cov/SourceCoverageViewText.cpp')
0 files changed, 0 insertions, 0 deletions