This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix not checking implicit operands in verifyInstruction
ClosedPublic

Authored by arsenm on Oct 6 2015, 1:50 PM.

Details

Reviewers
tstellarAMD
Summary

When verifying constant bus restrictions, this wasn't catching
uses in implicit operands.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 36656.Oct 6 2015, 1:50 PM
arsenm retitled this revision from to AMDGPU: Fix not checking implicit operands in verifyInstruction.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
arsenm updated this revision to Diff 36669.Oct 6 2015, 3:14 PM

Make sure m0 implicit uses are also considered

tstellarAMD accepted this revision.Oct 20 2015, 9:44 AM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Oct 20 2015, 9:44 AM
arsenm closed this revision.Oct 21 2015, 2:17 PM

r250948