[PATCH] D132285: [LoongArch] Implement ABI lowering

Xi Ruoyao via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 22 07:11:36 PDT 2022


xry111 added a comment.

In D132285#3737855 <https://reviews.llvm.org/D132285#3737855>, @SixWeining wrote:

> Ignore zero-width bit fields and add a test.

Thanks!  There is a GCC test (https://gcc.gnu.org/r12-7951) which can be used to test if there is any ABI incompatibility between GCC and Clang, but I guess it's not possible to run it at the early development stage of Clang.  Maybe we can run it later.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132285



More information about the cfe-commits mailing list