[clang][RISCV][test] Add coverage for __fp16 support in arguments/returns
authorAlex Bradbury <asb@igalia.com>
Wed, 1 Mar 2023 15:17:19 +0000 (15:17 +0000)
committerAlex Bradbury <asb@igalia.com>
Wed, 1 Mar 2023 15:20:15 +0000 (15:20 +0000)
commit34b412dc0efe898b18b7afcf02d9e44d7e05b5ec
tree78485b5db0ee14f8e9e7abd6a41c08246dac42a7
parent1bf8ae17f5e2714c8c87978fd2042896af3cd46d
[clang][RISCV][test] Add coverage for __fp16 support in arguments/returns

By choice, we don't set HalfArgsAndReturns=true (which would allow
__fp16 in args and returns). Add test coverage for this to ensure it
isn't changed by accident.
clang/test/Sema/riscv-fp16.c [new file with mode: 0644]