brintos

brintos / llvm-project-archived public Read only

0
0
Text · 645 B · 101dc6e Raw
18 lines · plain
1# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 52# REQUIRES: asserts3# RUN: llc -run-pass systemz-long-branch -mtriple=s390x-ibm-zos -o - %s | FileCheck %s4 5# Makes sure INIT_UNDEF does not crash the compiler in systemz-long-branch6---7name: func08body: |9  bb.0.entry:10    ; CHECK-LABEL: name: func011    ; CHECK: renamable $r0l = INIT_UNDEF12    ; CHECK-NEXT: renamable $r3d = LGFR killed renamable $r0l13    ; CHECK-NEXT: frame-destroy Return_XPLINK implicit $r3d14    renamable $r0l = INIT_UNDEF15    renamable $r3d = LGFR killed renamable $r0l16    frame-destroy Return_XPLINK implicit $r3d17...18