This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Split out new helper function macToMad in SIFoldOperands. NFC.
ClosedPublic

Authored by foad on Jan 4 2021, 3:03 AM.

Diff Detail

Event Timeline

foad created this revision.Jan 4 2021, 3:03 AM
foad requested review of this revision.Jan 4 2021, 3:03 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 4 2021, 3:03 AM
arsenm accepted this revision.Jan 4 2021, 10:42 AM
arsenm added inline comments.
llvm/lib/Target/AMDGPU/SIFoldOperands.cpp
145

Technically this should use INSTRUCTION_LIST_END

This revision is now accepted and ready to land.Jan 4 2021, 10:42 AM
rampitec accepted this revision.Jan 4 2021, 10:50 AM
foad updated this revision to Diff 314560.Jan 5 2021, 3:53 AM

Use INSTRUCTION_LIST_END.

This revision was landed with ongoing or failed builds.Jan 5 2021, 3:55 AM
This revision was automatically updated to reflect the committed changes.