Skip to content

Commit

Permalink
[clang][RISCV][test] Add test coverage for _Float16 ABI lowering
Browse files Browse the repository at this point in the history
By the psABI, any test case where a FPR would be used for a float, it
should also be used if you replaced that float with a _Float16. This
doesn't hold true in current Clang for the special cases in the FP
calling convention involving structs. This patch doesn't attempt to fix
that, simply to add coverage. D145074 contains the fix.

Differential Revision: https://reviews.llvm.org/D145070
  • Loading branch information
asb committed Mar 15, 2023
1 parent 59e4fbf commit a7e13d6
Show file tree
Hide file tree
Showing 2 changed files with 856 additions and 4 deletions.

0 comments on commit a7e13d6

Please sign in to comment.