This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix crash on illegal type for inlineasm
ClosedPublic

Authored by arsenm on Nov 15 2016, 12:48 PM.

Details

Reviewers
tstellarAMD
Summary

There are still crashes on non-MVT types in other places.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 78055.Nov 15 2016, 12:48 PM
arsenm retitled this revision from to AMDGPU: Fix crash on illegal type for inlineasm.
arsenm updated this object.
arsenm added a subscriber: llvm-commits.
arsenm updated this revision to Diff 78057.Nov 15 2016, 12:55 PM
arsenm edited edge metadata.

Call base implementation

tstellarAMD accepted this revision.Nov 17 2016, 7:05 PM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Nov 17 2016, 7:05 PM
arsenm closed this revision.Nov 17 2016, 8:53 PM

r287310