This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Make v16f64/v16i64 legal
ClosedPublic

Authored by rampitec on May 14 2020, 1:03 PM.

Details

Summary

This allows indirect VGPR addressing to work.

Diff Detail

Event Timeline

rampitec created this revision.May 14 2020, 1:03 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 14 2020, 1:03 PM

Can you also add these sizes to the GlobalIsel tests

rampitec updated this revision to Diff 264090.May 14 2020, 2:07 PM

Added GlobalISEL tests.

Note though GlobalISEL does not work with non power of two vectors, not just this size.

arsenm accepted this revision.May 14 2020, 2:10 PM
This revision is now accepted and ready to land.May 14 2020, 2:10 PM
This revision was automatically updated to reflect the committed changes.