This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix isAlwaysUniform for simple asm SGPR results
ClosedPublic

Authored by arsenm on Feb 4 2020, 1:01 PM.

Details

Summary

We were handling the case where the result was a struct with an
extracted SGPR component, but not for the simple case.

Diff Detail

Event Timeline

arsenm created this revision.Feb 4 2020, 1:01 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 4 2020, 1:01 PM
rampitec accepted this revision.Feb 4 2020, 1:15 PM

LGTM

This revision is now accepted and ready to land.Feb 4 2020, 1:15 PM