This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Remove min/max functions from InstructionCost
ClosedPublic

Authored by david-arm on Jan 8 2021, 6:16 AM.

Details

Summary

Removed the InstructionCost::min/max functions because it's
fine to use std::min/max instead.

Diff Detail

Event Timeline

david-arm created this revision.Jan 8 2021, 6:16 AM
david-arm requested review of this revision.Jan 8 2021, 6:16 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 8 2021, 6:16 AM
This revision is now accepted and ready to land.Jan 8 2021, 8:15 AM
This revision was automatically updated to reflect the committed changes.