Removed the InstructionCost::min/max functions because it's
fine to use std::min/max instead.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D94301
[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
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 8 2021, 8:15 AM Closed by commit rGb7ccaca53700: [NFC] Remove min/max functions from InstructionCost (authored by david-arm). · Explain WhyJan 11 2021, 1:00 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 315724 llvm/include/llvm/Support/InstructionCost.h
llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
llvm/unittests/Support/InstructionCostTest.cpp
|