[all-commits] [llvm/llvm-project] 07f150: [CIR] Implement SizedTypeInterface to make isSized...
Henrich Lauko via All-commits
all-commits at lists.llvm.org
Fri Jun 27 07:50:22 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 07f1502b867e85b0b67a54664e57b71dcb37f1cb
https://github.com/llvm/llvm-project/commit/07f1502b867e85b0b67a54664e57b71dcb37f1cb
Author: Henrich Lauko <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 (#146045)
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