20 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 dead %0:gr32(s32) = G_CONSTANT i32 016 dead undef %1.sub_32bit:gr64(s32) = G_CONSTANT i32 117 ; Keep meaningful comment.18 undef %2.sub_32bit:gr64(s32) = G_CONSTANT i32 219...20