[clang] [clang][LoongArch] Match GCC ABI handling of integer complex types (PR #215222)

via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 11 20:10:51 PDT 2026


wangleiat wrote:

> How about a pure complex integer but not a struct with a complex member?

This case is already covered by the existing ABI rule, and the implementation is correct.

https://github.com/llvm/llvm-project/pull/215222


More information about the cfe-commits mailing list