brintos

brintos / llvm-project-archived public Read only

0
0
Text · 781 B · b7848d2 Raw
27 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=152175define i64 @fuzz15217(i1 %cond, ptr %Ptr, i64 %Val) {6; CHECK-LABEL: @fuzz15217(7; CHECK-NEXT:  entry:8; CHECK-NEXT:    br i1 [[COND:%.*]], label [[END:%.*]], label [[TWO:%.*]]9; CHECK:       two:10; CHECK-NEXT:    br label [[END]]11; CHECK:       end:12; CHECK-NEXT:    ret i64 poison13;14entry:15  br i1 %cond, label %end, label %two16 17two:18  br label %end19 20end:21  %tmp869.0 = phi i128 [ 0, %entry ], [ 18446744073709551616, %two ]22  %tmp29 = lshr i128 %tmp869.0, 6423  %B1 = lshr i128 %tmp29, 17014118346046923173168730371588410572724  %tmp30 = trunc i128 %B1 to i6425  ret i64 %tmp3026}27