[all-commits] [llvm/llvm-project] 586f2c: [CIR] Implement SizedTypeInterface to make isSized...
Henrich Lauko via All-commits
all-commits at lists.llvm.org
Fri Jun 27 02:27:28 PDT 2025
Branch: refs/heads/users/xlauko/cir-sized-type-interface
Home: https://github.com/llvm/llvm-project
Commit: 586f2cc7a2c0fa86d1c70e486cf169f5e82bcfd3
https://github.com/llvm/llvm-project/commit/586f2cc7a2c0fa86d1c70e486cf169f5e82bcfd3
Author: xlauko <xlauko at mail.muni.cz>
Date: 2025-06-27 (Fri, 27 Jun 2025)
Changed paths:
M clang/include/clang/CIR/Dialect/IR/CIRTypes.h
M clang/include/clang/CIR/Dialect/IR/CIRTypes.td
M clang/include/clang/CIR/Interfaces/CIRTypeInterfaces.td
M clang/lib/CIR/CodeGen/CIRGenBuilder.h
M clang/lib/CIR/CodeGen/CIRGenTypes.cpp
M clang/lib/CIR/Dialect/IR/CIRTypes.cpp
Log Message:
-----------
[CIR] Implement SizedTypeInterface to make isSized hookable
Resolves issues pointed out in https://github.com/llvm/llvm-project/pull/143960/files#r2164047625 of needing to update sized list of types on each new type.
This mirrors incubator changes from https://github.com/llvm/clangir/pull/1714
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