[clang] [clang] Lower _BitInt(129+) to a different type in LLVM IR (PR #91364)

Mariya Podchishchaeva via cfe-commits cfe-commits at lists.llvm.org
Fri May 31 05:16:24 PDT 2024


================
@@ -2567,16 +2567,16 @@ int main() {
 // CHECK3-NEXT:    [[I:%.*]] = alloca i32, align 4
 // CHECK3-NEXT:    [[DOTCAPTURE_EXPR__CASTED:%.*]] = alloca i64, align 8
 // CHECK3-NEXT:    [[DOTBOUND_ZERO_ADDR:%.*]] = alloca i32, align 4
-// CHECK3-NEXT:    [[DOTCAPTURE_EXPR__CASTED12:%.*]] = alloca i64, align 8
----------------
Fznamznon wrote:

They failed due to the change that generalized handling of `bool` and `_BitInt` in `EmitToMemory`/`EmitFromMemory`. I will need to revert that change then.

https://github.com/llvm/llvm-project/pull/91364


More information about the cfe-commits mailing list