[all-commits] [llvm/llvm-project] 1f65dd: [CIR] Implement SizedTypeInterface to make isSized...
Henrich Lauko via All-commits
all-commits at lists.llvm.org
Fri Jun 27 07:48:31 PDT 2025
Branch: refs/heads/users/xlauko/cir-sized-type-interface
Home: https://github.com/llvm/llvm-project
Commit: 1f65dd5ba9fe0c256f26a7ea333fa0c6d8d22a1b
https://github.com/llvm/llvm-project/commit/1f65dd5ba9fe0c256f26a7ea333fa0c6d8d22a1b
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