brintos

brintos / llvm-project-archived public Read only

0
0
Text · 335 B · a11735e Raw
14 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_test_checks.py2; RUN: opt -S -passes=jump-threading < %s | FileCheck %s3; PR 134054; Just check that it doesn't crash / assert5 6define i32 @f() nounwind {7; CHECK-LABEL: @f(8; CHECK-NEXT:  entry:9; CHECK-NEXT:    indirectbr ptr undef, []10;11entry:12  indirectbr ptr undef, []13}14