brintos

brintos / llvm-project-archived public Read only

0
0
Text · 509 B · 6925f1b Raw
15 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_test_checks.py2; RUN: opt < %s -passes=instcombine -S | FileCheck %s3 4; OSS-Fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=52235define void @test_bigalloc(ptr %dst) {6; CHECK-LABEL: @test_bigalloc(7; CHECK-NEXT:    [[TMP1:%.*]] = alloca [18446744069414584320 x i8], align 18; CHECK-NEXT:    store ptr [[TMP1]], ptr [[DST:%.*]], align 89; CHECK-NEXT:    ret void10;11  %1 = alloca i8, i864 -429496729612  store ptr %1, ptr %dst13  ret void14}15