[all-commits] [llvm/llvm-project] 0f5965: [CIR] Introduce type aliases for records (#136387)
Andy Kaylor via All-commits
all-commits at lists.llvm.org
Wed Apr 23 10:52:57 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0f5965fa9c67969e4de7374362b6af49bf400b3b
https://github.com/llvm/llvm-project/commit/0f5965fa9c67969e4de7374362b6af49bf400b3b
Author: Andy Kaylor <akaylor at nvidia.com>
Date: 2025-04-23 (Wed, 23 Apr 2025)
Changed paths:
M clang/lib/CIR/Dialect/IR/CIRDialect.cpp
M clang/test/CIR/CodeGen/struct.c
M clang/test/CIR/CodeGen/struct.cpp
M clang/test/CIR/CodeGen/typedef.c
M clang/test/CIR/CodeGen/union.c
M clang/test/CIR/IR/struct.cir
Log Message:
-----------
[CIR] Introduce type aliases for records (#136387)
This introduces MLIR aliases for ClangIR record types. These are used in
the incubator and having skipped over them upstream is causing the tests
to diverge.
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