This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/GlobalISel: Fix legality for G_BUILD_VECTOR
ClosedPublic

Authored by arsenm on Jul 3 2019, 5:09 PM.

Details

Reviewers
tstellar
nhaehnle
Summary

Tests mostly don't change, but now error from vectors that should be
legalized. However, no legalizations for g_build_vector are
implemented.

Diff Detail

Event Timeline

arsenm created this revision.Jul 3 2019, 5:09 PM
tstellar accepted this revision.Jul 8 2019, 9:06 PM

LGTM.

This revision is now accepted and ready to land.Jul 8 2019, 9:06 PM
arsenm closed this revision.Jul 9 2019, 3:48 PM

r365575