This is an archive of the discontinued LLVM Phabricator instance.

GlobalISel: Don't assert on operations with no type indices
ClosedPublic

Authored by arsenm on Jul 25 2020, 7:32 AM.

Details

Summary

Fix not marking G_FENCE as legal on AMDGPU This was apparently
defaulting to legal using the "legacy" rules, whatever those are.

Diff Detail

Event Timeline

arsenm created this revision.Jul 25 2020, 7:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 25 2020, 7:32 AM
This revision is now accepted and ready to land.Jul 28 2020, 9:20 AM