Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I would stick with equal, equal_range has a different meaning (https://en.cppreference.com/w/cpp/algorithm/equal_range)
Paths
| Differential D106913
Add llvm::equal convenient wrapper for ranges around std::equal ClosedPublic Authored by mehdi_amini on Jul 27 2021, 1:06 PM.
Details
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJul 27 2021, 1:06 PM Herald added subscribers: llvm-commits, stephenneuendorffer, nicolasvasilache. · View Herald Transcript Comment Actions
I would stick with equal, equal_range has a different meaning (https://en.cppreference.com/w/cpp/algorithm/equal_range) This revision is now accepted and ready to land.Jul 27 2021, 1:08 PM This revision was landed with ongoing or failed builds.Jul 27 2021, 5:10 PM Closed by commit rGaaacd8c40622: Add llvm::equal convenient wrapper for ranges around std::equal (authored by mehdi_amini). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 362238 llvm/include/llvm/ADT/STLExtras.h
mlir/include/mlir/IR/OpBase.td
|