diff options
author | Andy Kaylor <akaylor@nvidia.com> | 2025-06-04 10:12:07 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-04 10:12:07 -0700 |
commit | 68a346f71d9b54f2e439007336285420ece0de39 (patch) | |
tree | 8e9f8922a042495e715e610c08c98f293681612f /llvm/lib/FileCheck/FileCheck.cpp | |
parent | 8a905baeb43f9561c742a610990a13f36ef4b233 (diff) | |
download | llvm-68a346f71d9b54f2e439007336285420ece0de39.zip llvm-68a346f71d9b54f2e439007336285420ece0de39.tar.gz llvm-68a346f71d9b54f2e439007336285420ece0de39.tar.bz2 |
[CIR] Introduce cir::RecordKind::Class (#142690)
When cir::RecordType was initially upstreamed, we decided that there was
no reason to distinguish between RecordKind::Class and
RecordKind::Struct since they are semantically equivalent. I think this
was a mistake because classic codegen does preserve the distinction
(which is visible in the AST) and preserving the distinction in CIR will
aid the possibility of eventually using the classic codegen lit tests
with CIR.
This change introduces RecordKind::Class, which is already present in
the incubator implementation.
Diffstat (limited to 'llvm/lib/FileCheck/FileCheck.cpp')
0 files changed, 0 insertions, 0 deletions