[all-commits] [llvm/llvm-project] 0a4d3b: [CIR][ABI][NFC] Add x86_64 ABI parity tests (#191259)

adams381 via All-commits all-commits at lists.llvm.org
Wed Apr 15 15:21:25 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0a4d3b3543053d90de46d97bc60cfcc9b92abd35
      https://github.com/llvm/llvm-project/commit/0a4d3b3543053d90de46d97bc60cfcc9b92abd35
  Author: adams381 <adams at nvidia.com>
  Date:   2026-04-15 (Wed, 15 Apr 2026)

  Changed paths:
    A clang/test/CIR/CodeGen/attr-noundef.cpp
    A clang/test/CIR/CodeGenCXX/uncopyable-args.cpp
    A clang/test/CIR/CodeGenCXX/x86_64-arguments.cpp

  Log Message:
  -----------
  [CIR][ABI][NFC] Add x86_64 ABI parity tests (#191259)

Add three test files for CIR ABI parity on x86_64, all with
CIR/LLVM/OGCG checks:

- uncopyable-args.cpp — 24 functions covering non-copyable and
  move-only types (trivial, default-ctor, move-ctor, etc.)
- x86_64-arguments.cpp — 26 functions covering C++ struct passing,
  inheritance, member pointers, empty bases, packed structs
- attr-noundef.cpp — 26 functions covering noundef placement on
  structs, unions, vectors, member pointers, _BitInt

Made with [Cursor](https://cursor.com)



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list