[PATCH] D142327: [clang][RISCV] Fix ABI handling of empty structs with hard FP calling conventions in C++

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 24 07:17:16 PST 2023


asb updated this revision to Diff 491781.
asb marked an inline comment as done.
asb added a comment.

- Address review comments
- Refresh after adding zero-length array tests (and fix a bug this unearthed).
- Add to release notes


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142327/new/

https://reviews.llvm.org/D142327

Files:
  clang/docs/ReleaseNotes.rst
  clang/lib/CodeGen/TargetInfo.cpp
  clang/test/CodeGen/RISCV/abi-empty-structs.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142327.491781.patch
Type: text/x-patch
Size: 8254 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230124/99a6c964/attachment.bin>


More information about the llvm-commits mailing list