[PATCH] D145074: [clang][RISCV] Fix ABI lowering for _Float16 for FP ABIs
Kito Cheng via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 3 01:55:44 PST 2023
kito-cheng added a comment.
LGTM, just a nit :)
================
Comment at: clang/test/CodeGen/RISCV/riscv64-abi.c:1909
-//// NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
-// LP64F: {{.*}}
----------------
This seems removed accidentally, I saw `clang/test/CodeGen/RISCV/riscv32-abi.c` still keep.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145074/new/
https://reviews.llvm.org/D145074
More information about the cfe-commits
mailing list