This is an archive of the discontinued LLVM Phabricator instance.

Extend LaneBitmask to 64 bit
ClosedPublic

Authored by rampitec on Feb 28 2020, 12:34 PM.

Details

Summary

This is needed for D74873, AMDGPU going to have 16 bit subregs
and the largest tuple is 32 VGPRs, which results in 64 lanes.

Diff Detail

Event Timeline

rampitec created this revision.Feb 28 2020, 12:34 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 28 2020, 12:34 PM
arsenm accepted this revision.Mar 2 2020, 11:38 AM
arsenm added inline comments.
llvm/test/CodeGen/Hexagon/verify-liveness-at-def.mir
43

I would just change the number of 0s here

This revision is now accepted and ready to land.Mar 2 2020, 11:38 AM
rampitec updated this revision to Diff 247704.Mar 2 2020, 11:57 AM
rampitec marked an inline comment as done.
arsenm accepted this revision.Mar 2 2020, 12:23 PM
This revision was automatically updated to reflect the committed changes.