This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/GlobalISel: Select llvm.amdgcn.groupstaticsize
ClosedPublic

Authored by arsenm on Jul 27 2020, 5:09 AM.

Details

Summary

Previously, it would successfully select and assert if not HSA or PAL
when expanding the pseudoinstruction. We don't need the
pseudoinstruction anymore since we know the total size after
legalization.

Diff Detail