This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix adding duplicate implicit exec uses
ClosedPublic

Authored by arsenm on Aug 12 2016, 1:42 PM.

Details

Summary

I'm not sure if this should be considered a bug in
copyImplicitOps or not, but implicit operands that are part
of the static instruction definition should not be copied.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 67902.Aug 12 2016, 1:42 PM
arsenm retitled this revision from to AMDGPU: Fix adding duplicate implicit exec uses.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
nhaehnle accepted this revision.Sep 1 2016, 9:55 AM
nhaehnle added a reviewer: nhaehnle.
nhaehnle added a subscriber: nhaehnle.

LGTM

This revision is now accepted and ready to land.Sep 1 2016, 9:55 AM
arsenm closed this revision.Sep 3 2016, 10:34 AM

r280594