This is an archive of the discontinued LLVM Phabricator instance.

[TTI] NFC: Remove unused 'OptSize' parameter from shouldMaximizeVectorBandwidth
ClosedPublic

Authored by c-rhodes on Apr 13 2021, 5:00 AM.

Diff Detail

Event Timeline

c-rhodes created this revision.Apr 13 2021, 5:00 AM
c-rhodes requested review of this revision.Apr 13 2021, 5:00 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 13 2021, 5:00 AM
sdesmalen accepted this revision.Apr 13 2021, 6:35 AM

It's not entirely clear what original intent of this function argument was since the doxygen comment doesn't describe it.
If the argument also isn't used anywhere then it seems sensible to me to remove it, so LGTM.

This revision is now accepted and ready to land.Apr 13 2021, 6:35 AM
This revision was landed with ongoing or failed builds.Apr 19 2021, 4:02 AM
This revision was automatically updated to reflect the committed changes.