This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Convert test to MIR
ClosedPublic

Authored by arsenm on Aug 31 2020, 11:18 AM.

Details

Summary

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.

Diff Detail

Event Timeline

arsenm created this revision.Aug 31 2020, 11:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 31 2020, 11:18 AM
Herald added subscribers: kerbowa, t-tye, tpr and 5 others. · View Herald Transcript
arsenm requested review of this revision.Aug 31 2020, 11:18 AM
rampitec accepted this revision.Aug 31 2020, 11:40 AM
This revision is now accepted and ready to land.Aug 31 2020, 11:40 AM