This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Clean up MUBUF immediate offset
ClosedPublic

Authored by piotr on Feb 23 2023, 2:55 AM.

Details

Summary

D143174 lifted the artificial type restriction by promoting
offset to i32. This patch handles more cases: those involving
immediate offset in MUBUF.

Diff Detail

Event Timeline

piotr created this revision.Feb 23 2023, 2:55 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 23 2023, 2:55 AM
piotr requested review of this revision.Feb 23 2023, 2:55 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 23 2023, 2:55 AM
foad accepted this revision.Feb 23 2023, 2:56 AM

LGTM, thanks.

This revision is now accepted and ready to land.Feb 23 2023, 2:56 AM
piotr updated this revision to Diff 499786.Feb 23 2023, 2:58 AM

(fixing the spelling error)

piotr edited the summary of this revision. (Show Details)Feb 23 2023, 2:59 AM
This revision was landed with ongoing or failed builds.Feb 23 2023, 4:30 AM
This revision was automatically updated to reflect the committed changes.