This is an archive of the discontinued LLVM Phabricator instance.

[NFC][AMDGPU] Make method declarations in SIInstrInfo equivalent to their definitions.
ClosedPublic

Authored by tsymalla on Dec 30 2022, 5:46 AM.

Details

Summary

Some functions from SIInstrInfo have their operands named different in
their declarations vs. their defs. This was caught by cppcheck.

Diff Detail

Event Timeline

tsymalla created this revision.Dec 30 2022, 5:46 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 30 2022, 5:46 AM
tsymalla requested review of this revision.Dec 30 2022, 5:46 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 30 2022, 5:46 AM
arsenm accepted this revision.Dec 30 2022, 6:01 AM
This revision is now accepted and ready to land.Dec 30 2022, 6:01 AM
tsymalla updated this revision to Diff 485712.Dec 30 2022, 10:15 AM

clang-format

This revision was landed with ongoing or failed builds.Dec 30 2022, 10:18 AM
This revision was automatically updated to reflect the committed changes.