This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Don't clobber VCC in MUBUF addr64 emulation
ClosedPublic

Authored by arsenm on May 1 2019, 6:51 AM.

Details

Reviewers
rampitec
nhaehnle
Summary

Introducing VCC defs during SIFixSGPRCopies is generally
problematic. Avoid it by starting with the VOP3 form with the general
condition register. This is the easiest to fix instance, but doesn't
solve any specific problems I'm looking at.

Diff Detail

Event Timeline

arsenm created this revision.May 1 2019, 6:51 AM
This revision is now accepted and ready to land.May 14 2019, 6:00 AM
arsenm closed this revision.Jun 19 2019, 5:48 PM

r363904