[all-commits] [llvm/llvm-project] fba8bd: [CIR][NFC] Add missing checks in emitForMemory (#1...
Sirui Mu via All-commits
all-commits at lists.llvm.org
Wed Apr 29 05:39:33 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fba8bde525117ebbbbddae4f487ebec7e2671d22
https://github.com/llvm/llvm-project/commit/fba8bde525117ebbbbddae4f487ebec7e2671d22
Author: Sirui Mu <msrlancern at gmail.com>
Date: 2026-04-29 (Wed, 29 Apr 2026)
Changed paths:
M clang/lib/CIR/CodeGen/CIRGenExprConstant.cpp
Log Message:
-----------
[CIR][NFC] Add missing checks in emitForMemory (#194646)
As mentioned at
https://github.com/llvm/llvm-project/pull/194239#discussion_r3149409711
:
> Not related to your PR, but it looks like we're missing checks here
for bool vectors and BitInt destination types.
This patch adds the missing checks for bool vectors and BitInt types in
the `ConstantEmitter::emitForMemory` function.
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