diff options
author | Mikhail R. Gadelha <mikhail@igalia.com> | 2024-09-17 11:21:52 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-17 11:21:52 -0300 |
commit | d2125e1db6bc5c3c2db9e358a8b69e498455ee9d (patch) | |
tree | 4146d7773fd39b47de5028b2ddf362d83c4f0503 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | ee2add06836afdda6c86792441e6afdf6993f770 (diff) | |
download | llvm-d2125e1db6bc5c3c2db9e358a8b69e498455ee9d.zip llvm-d2125e1db6bc5c3c2db9e358a8b69e498455ee9d.tar.gz llvm-d2125e1db6bc5c3c2db9e358a8b69e498455ee9d.tar.bz2 |
[RISCV] Support STRICT_UINT_TO_FP and STRICT_SINT_TO_FP (#102503)
This patch adds support for the missing STRICT_UINT_TO_FP and
STRICT_SINT_TO_FP for riscv and adds a test case for rv32 which was
previously crashing.
The code is in line with how other strict_* nodes are handled
(e.g., getting op(1) instead of op(0) when it's a strict node, as op(0)
in a strict node is the entry token).
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions