[all-commits] [llvm/llvm-project] e9fc76: [CIR] Upstream basic support for sizeof and aligno...
Amr Hesham via All-commits
all-commits at lists.llvm.org
Fri Mar 14 11:12:48 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e9fc7683a54d9e5233cff5d016d6f2cdcaf2b2c3
https://github.com/llvm/llvm-project/commit/e9fc7683a54d9e5233cff5d016d6f2cdcaf2b2c3
Author: Amr Hesham <amr96 at programmer.net>
Date: 2025-03-14 (Fri, 14 Mar 2025)
Changed paths:
M clang/lib/CIR/CodeGen/CIRGenExprScalar.cpp
A clang/test/CIR/CodeGen/unary-expr-or-type-trait.cpp
A clang/test/CIR/Lowering/unary-expr-or-type-trait.cpp
Log Message:
-----------
[CIR] Upstream basic support for sizeof and alignof (#130847)
This change adds the essential support for sizeof and alignof operators
- Support for VariableArrayType can be added after closing #130197
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