[clang] [clang] Lower _BitInt(129+) to a different type in LLVM IR (PR #91364)
Eli Friedman via cfe-commits
cfe-commits at lists.llvm.org
Wed May 29 11:41:35 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
----------------
efriedma-quic wrote:
Please regenerate the OpenMP tests in a separate pull request, to reduce the number of irrelevant changes.
https://github.com/llvm/llvm-project/pull/91364
More information about the cfe-commits
mailing list