This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Preserve undef when folding register operands
ClosedPublic

Authored by arsenm on Jun 19 2017, 7:24 PM.

Details

Reviewers
rampitec
Summary

If the source was a copy of an undef register, this would
produce a read of an undefined register which is a verifier
error.

Diff Detail

Event Timeline

arsenm created this revision.Jun 19 2017, 7:24 PM
This revision is now accepted and ready to land.Jun 19 2017, 7:27 PM
arsenm closed this revision.Jun 20 2017, 11:42 AM

r305816