This is an archive of the discontinued LLVM Phabricator instance.

GlobalISel: Fix unsupported legalize action
ClosedPublic

Authored by arsenm on Jan 6 2020, 9:56 AM.

Details

Summary

This would complain about invalid legalizer rules otherwise.

Mark some operations as unsupported for AMDGPU. This currently seems
to produce the same legalize error as when no rules are defined, but
eventually this should produce a proper user facing error.

Diff Detail

Event Timeline

arsenm created this revision.Jan 6 2020, 9:56 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 6 2020, 9:56 AM
paquette accepted this revision.Jan 6 2020, 1:17 PM

I think this seems reasonable.

This revision is now accepted and ready to land.Jan 6 2020, 1:17 PM