This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Update reqd-work-group-size optimization for umin intrinsic
ClosedPublic

Authored by arsenm on Apr 7 2022, 11:20 AM.

Details

Reviewers
rampitec
Group Reviewers
Restricted Project
Summary

This code was pattern matching the ID computation expression as it
appears in the library. This was a compare and select, but now that
umin is canonical, we were no longer matching. Update to match the
intrinsic instead.

Diff Detail

Event Timeline

arsenm created this revision.Apr 7 2022, 11:20 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 7 2022, 11:20 AM
arsenm requested review of this revision.Apr 7 2022, 11:20 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 7 2022, 11:20 AM
Herald added a subscriber: wdng. · View Herald Transcript
rampitec accepted this revision.Apr 7 2022, 11:26 AM
This revision is now accepted and ready to land.Apr 7 2022, 11:26 AM