brintos

brintos / llvm-project-archived public Read only

0
0
Text · 746 B · ab59edf Raw
24 lines · plain
1# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py2# RUN: llc -mtriple=x86_64-linux-gnu -run-pass=none -verify-machineinstrs %s -o - | FileCheck %s --check-prefixes=CHECK3 4--- |5 6  define void @test() {7    unreachable8  }9 10...11---12name:            test13body:             |14  bb.1:15    ; CHECK-LABEL: name: test16    ; CHECK: dead [[C:%[0-9]+]]:gr32(s32) = G_CONSTANT i32 017    ; CHECK-NEXT: dead undef [[C1:%[0-9]+]].sub_32bit:gr64(s32) = G_CONSTANT i32 118    ; CHECK-NEXT: undef [[C2:%[0-9]+]].sub_32bit:gr64(s32) = G_CONSTANT i32 219    dead %0:gr32(s32) = G_CONSTANT i32 020    dead undef %1.sub_32bit:gr64(s32) = G_CONSTANT i32 121    ; Keep meaningful comment.22    undef %2.sub_32bit:gr64(s32) = G_CONSTANT i32 223...24