[all-commits] [llvm/llvm-project] 71407d: [CIR] Untie Type and Attribute definitions
Henrich Lauko via All-commits
all-commits at lists.llvm.org
Wed Jul 2 07:59:31 PDT 2025
Branch: refs/heads/users/xlauko/cir-untie-attr-and-types
Home: https://github.com/llvm/llvm-project
Commit: 71407d50dc2599e351d8c2e46b9f826308d349f8
https://github.com/llvm/llvm-project/commit/71407d50dc2599e351d8c2e46b9f826308d349f8
Author: xlauko <xlauko at mail.muni.cz>
Date: 2025-07-02 (Wed, 02 Jul 2025)
Changed paths:
M clang/include/clang/CIR/Dialect/IR/CIRAttrs.h
M clang/include/clang/CIR/Dialect/IR/CIRDialect.h
Log Message:
-----------
[CIR] Untie Type and Attribute definitions
This will allow to use Attributes and Types together in tablegen without inducing cyclic dependency.
This mirrors incubator changes from https://github.com/llvm/clangir/pull/1727
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