This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Make packed 32-bit instructions rematerializable
ClosedPublic

Authored by arsenm on Jun 27 2022, 5:30 AM.

Details

Reviewers
rampitec
Group Reviewers
Restricted Project

Diff Detail

Event Timeline

arsenm created this revision.Jun 27 2022, 5:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 27 2022, 5:30 AM
arsenm requested review of this revision.Jun 27 2022, 5:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 27 2022, 5:30 AM
Herald added a subscriber: wdng. · View Herald Transcript
rampitec added inline comments.Jun 27 2022, 11:08 AM
llvm/test/CodeGen/AMDGPU/remat-vop-gfx940.mir
2 ↗(On Diff #440181)

These should work with gfx90a and the test can be merged with the existing remat-vop.mir.

arsenm updated this revision to Diff 440627.Jun 28 2022, 7:48 AM

Merge test

This revision is now accepted and ready to land.Jun 28 2022, 11:27 AM