[clang] [CIR][ABI][NFC] Add x86_64 ABI parity tests (PR #191259)

via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 15 12:54:04 PDT 2026


adams381 wrote:

You're right — these document known ABI parity gaps without a mechanism to track when they're fixed.  The gaps (sret, byval, struct coercion) are addressed by the CIRABIRewriteContext work in #192119/#192124, which currently only have unit tests.  I'll fold these test cases into those PRs as integration tests (with CHECK lines updated to show parity) and close this one.

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


More information about the cfe-commits mailing list