This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Fix immediate sign during V_MOV_B64_PSEUDO expansion
ClosedPublic

Authored by rampitec on Jun 30 2021, 3:00 PM.

Details

Summary

Creating a V_MOV_B32 with zero extended immediate source
prevented conversion to V_BFREV_B32.

Diff Detail

Event Timeline

rampitec created this revision.Jun 30 2021, 3:00 PM
rampitec requested review of this revision.Jun 30 2021, 3:00 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 30 2021, 3:00 PM
Herald added a subscriber: wdng. · View Herald Transcript
arsenm accepted this revision.Jul 1 2021, 7:57 AM
This revision is now accepted and ready to land.Jul 1 2021, 7:57 AM
This revision was landed with ongoing or failed builds.Jul 1 2021, 9:00 AM
This revision was automatically updated to reflect the committed changes.