[OpenACC] Implement 'device_type' for 'data' construct
[llvm-project.git] / llvm / test / tools / UpdateTestChecks / update_mir_test_checks / Inputs / x86-dead-def.mir
blob6666a6f29fe76d55497678349b7735239f932e23
1 # NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
2 # RUN: llc -mtriple=x86_64-linux-gnu -run-pass=none -verify-machineinstrs %s -o - | FileCheck %s --check-prefixes=CHECK
4 --- |
6   define void @test() {
7     unreachable
8   }
10 ...
11 ---
12 name:            test
13 body:             |
14   bb.1:
15     dead %0:gr32(s32) = G_CONSTANT i32 0
16     dead undef %1.sub_32bit:gr64(s32) = G_CONSTANT i32 1
17     undef %2.sub_32bit:gr64(s32) = G_CONSTANT i32 2
18 ...