This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Select workitem ID intrinsics to 0 with req_work_group_size
ClosedPublic

Authored by arsenm on Jan 10 2022, 9:23 AM.

Details

Reviewers
rampitec
Group Reviewers
Restricted Project
Summary

Shockingly we weren't doing this already. We should probably have this
be done earlier in the IR too, but it's still helpful to have the
lowering guarantee it so that we can modify the ABI implicit inputs
based on it.

Diff Detail