[all-commits] [llvm/llvm-project] 1a9b90: [Clang][CIR] Implement CIRGen logic for __builtin_...
Andrzej WarzyĆski via All-commits
all-commits at lists.llvm.org
Thu Jan 22 04:58:55 PST 2026
Branch: refs/heads/users/banach-space/cir/bit_cast
Home: https://github.com/llvm/llvm-project
Commit: 1a9b901f56fe4dd417d17a1de8b0496ff663bc78
https://github.com/llvm/llvm-project/commit/1a9b901f56fe4dd417d17a1de8b0496ff663bc78
Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
Date: 2026-01-22 (Thu, 22 Jan 2026)
Changed paths:
M clang/lib/CIR/CodeGen/CIRGenExprAggregate.cpp
M clang/lib/CIR/CodeGen/CIRGenExprScalar.cpp
A clang/test/CIR/CodeGen/builtin-bit-cast.cpp
Log Message:
-----------
[Clang][CIR] Implement CIRGen logic for __builtin_bit_cast
NOTE: This patch merely upstreams code from
* https://github.com/llvm/clangir.
This Op was originally implemented by Sirui Mu in #762 Further
modification were made by other ClangIR contributors.
co-authored-by: Sirui Mu <msrlancern at gmail.com>
Commit: dcbe8f162c3d9b8f5eaf5f9c6e46df983469d8c0
https://github.com/llvm/llvm-project/commit/dcbe8f162c3d9b8f5eaf5f9c6e46df983469d8c0
Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
Date: 2026-01-22 (Thu, 22 Jan 2026)
Changed paths:
M clang/lib/CIR/CodeGen/CIRGenExprAggregate.cpp
M clang/lib/CIR/CodeGen/CIRGenExprScalar.cpp
M clang/test/CIR/CodeGen/builtin-bit-cast.cpp
Log Message:
-----------
Address comments from Andy
Compare: https://github.com/llvm/llvm-project/compare/f0a05b635666...dcbe8f162c3d
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