AMDGPU: Convert test to MIR
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Mon, 31 Aug 2020 18:13:25 +0000 (14:13 -0400)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 1 Sep 2020 15:01:02 +0000 (11:01 -0400)
commit4a9a4885aef9529788cc32999f998254a3730179
treedf1ae828a210e5b7e01c66373efd05861ebe66cb
parentc831a14aa16a74fa94c94a351a4bc7812a8bd166
AMDGPU: Convert test to MIR

Currently the dbg_value ends up in the relaxed branch block. A future
commit will push the dbg_value out of this block, and I'm not sure how
to coax the IR into producing the same MIR at the relevant point.
llvm/test/CodeGen/AMDGPU/branch-relaxation-debug-info.ll [deleted file]
llvm/test/CodeGen/AMDGPU/branch-relaxation-debug-info.mir [new file with mode: 0644]