This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Disable sub-dword scralar loads IR widening
ClosedPublic

Authored by rampitec on Apr 9 2020, 3:31 PM.

Details

Summary

These will be widened in the DAG. In the meanwhile early
widening prevents otherwise possible vectorization of
such loads.

Diff Detail

Event Timeline

rampitec created this revision.Apr 9 2020, 3:31 PM
arsenm accepted this revision.Apr 9 2020, 6:59 PM

LGTM. I think this was more useful before we had any sense of divergence in the DAG.

This revision is now accepted and ready to land.Apr 9 2020, 6:59 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptApr 10 2020, 8:28 AM