This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Introduce TokenFactor for ABI register copies in call sequence
ClosedPublic

Authored by arsenm on May 15 2019, 8:30 PM.

Details

Summary

The call was missing chain dependencies on the pre-call copies. I
don't think this was causing any real issues however.

Diff Detail

Event Timeline

arsenm created this revision.May 15 2019, 8:30 PM
This revision is now accepted and ready to land.May 15 2019, 8:57 PM
arsenm closed this revision.May 16 2019, 8:08 AM

r360906