This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix incorrect reordering when inline asm defines LDS address
ClosedPublic

Authored by arsenm on Feb 7 2018, 4:54 PM.

Details

Reviewers
rampitec
Summary

Defs of operands outside of the instruction's explicit defs need
to be checked.

Diff Detail

Event Timeline

arsenm created this revision.Feb 7 2018, 4:54 PM
rampitec accepted this revision.Feb 7 2018, 5:27 PM

LGTM

This revision is now accepted and ready to land.Feb 7 2018, 5:27 PM
arsenm closed this revision.Feb 7 2018, 5:58 PM

r324554