This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Copy impdefs from pseudo to real instructions
ClosedPublic

Authored by rampitec on Jan 5 2018, 12:53 PM.

Details

Summary

In some cases we do not copy implicit defs from pseudo to real
VOP instructions. It has no visible impact at the moment thus no
tests are affected or added.

Diff Detail

Repository
rL LLVM

Event Timeline

rampitec created this revision.Jan 5 2018, 12:53 PM
arsenm accepted this revision.Jan 9 2018, 7:55 AM

LGTM

This revision is now accepted and ready to land.Jan 9 2018, 7:55 AM
This revision was automatically updated to reflect the committed changes.