[Clang][CodeGen][RISCV] Add hard float ABI tests with empty struct
authorLuís Marques <luismarques@lowrisc.org>
Mon, 7 Dec 2020 23:50:35 +0000 (23:50 +0000)
committerLuís Marques <luismarques@lowrisc.org>
Tue, 8 Dec 2020 09:19:05 +0000 (09:19 +0000)
commitca93f9abdc0abc96ca8fb7999549a50aadd95caf
tree9d9b78fd8a1fc9d4df64b8568342caf9af65fb68
parent6c3f56efa6e6ca746ba3dafae43251105f16e5fb
[Clang][CodeGen][RISCV] Add hard float ABI tests with empty struct

This patch adds tests that showcase a behavior that is currently buggy.
Fix in a follow-up patch.

Differential Revision: https://reviews.llvm.org/D91269
clang/test/CodeGen/riscv32-ilp32d-abi.cpp [new file with mode: 0644]