[PATCH] D140401: [clang][RISCV] Fix ABI mismatch between GCC and Clang (extension of integers on stack)

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


asb updated this revision to Diff 491741.
asb added a comment.
Herald added a subscriber: luke.

Rely on manual test updates in order to avoid reliance on D142373 <https://reviews.llvm.org/D142373> (and hence get this landed).


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

https://reviews.llvm.org/D140401

Files:
  clang/docs/ReleaseNotes.rst
  clang/lib/CodeGen/TargetInfo.cpp
  clang/test/CodeGen/RISCV/riscv32-ilp32-abi.c
  clang/test/CodeGen/RISCV/riscv32-ilp32-ilp32f-abi.c
  clang/test/CodeGen/RISCV/riscv32-ilp32-ilp32f-ilp32d-abi.c
  clang/test/CodeGen/RISCV/riscv32-ilp32f-abi.c
  clang/test/CodeGen/RISCV/riscv64-lp64-abi.c
  clang/test/CodeGen/RISCV/riscv64-lp64-lp64f-abi.c
  clang/test/CodeGen/RISCV/riscv64-lp64-lp64f-lp64d-abi.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140401.491741.patch
Type: text/x-patch
Size: 21595 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230124/79cdb321/attachment.bin>


More information about the llvm-commits mailing list