This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix crash when disassembling VOP3 mac
ClosedPublic

Authored by arsenm on Apr 8 2017, 1:38 PM.

Details

Summary

The unused dummy src2_modifiers is missing, so it crashes
when trying to print it.

I tried to fully remove src2_modifiers, but there are some
irritations in the places where it is converted to mad since
it starts to require modifying use lists while iterating over
them.

Diff Detail

Event Timeline

arsenm created this revision.Apr 8 2017, 1:38 PM
vpykhtin accepted this revision.Apr 10 2017, 11:06 AM
vpykhtin added a reviewer: dp.

LGTM.

This revision is now accepted and ready to land.Apr 10 2017, 11:07 AM
arsenm closed this revision.Apr 10 2017, 11:10 AM

r299861