This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU][MachineVerifier] Fix vdata reg count for MIMG d16
ClosedPublic

Authored by mbrkusanin on Mar 10 2023, 4:46 AM.

Diff Detail

Event Timeline

mbrkusanin created this revision.Mar 10 2023, 4:46 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 10 2023, 4:46 AM
mbrkusanin requested review of this revision.Mar 10 2023, 4:46 AM
foad accepted this revision.Mar 10 2023, 5:32 AM
foad added inline comments.
llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
4349

Could use divideCeil from MathExtras.h if you prefer.

This revision is now accepted and ready to land.Mar 10 2023, 5:32 AM
mbrkusanin marked an inline comment as done.
This revision was landed with ongoing or failed builds.Mar 10 2023, 5:48 AM
This revision was automatically updated to reflect the committed changes.