[PATCH] D86884: AMDGPU: Convert test to MIR

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 31 11:18:03 PDT 2020


arsenm created this revision.
arsenm added reviewers: rampitec, scott.linder, RamNalamothu.
Herald added subscribers: kerbowa, t-tye, tpr, dstuttard, yaxunl, nhaehnle, jvesely, kzhuravl.
Herald added a project: LLVM.
arsenm requested review of this revision.
Herald added subscribers: ormris, wdng.

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.


https://reviews.llvm.org/D86884

Files:
  llvm/test/CodeGen/AMDGPU/branch-relaxation-debug-info.ll
  llvm/test/CodeGen/AMDGPU/branch-relaxation-debug-info.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86884.288993.patch
Type: text/x-patch
Size: 10088 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200831/7758e16b/attachment.bin>


More information about the llvm-commits mailing list