[PATCH] D112052: [ADT] Add Compare template param to EquivalenceClasses

Matthias Springer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 18 20:55:41 PDT 2021


springerm created this revision.
Herald added subscribers: wenzhicui, wrengr, Chia-hungDuan, dcaballe, cota, mravishankar, teijeong, dexonsmith, rdzhabarov, tatianashp, msifontes, jurahul, Kayjukh, grosul1, Joonsoo, liufengdb, aartbik, lucyrfox, mgester, arpith-jacob, antiagainst, shauheen, rriddle, mehdi_amini.
springerm requested review of this revision.
Herald added a reviewer: nicolasvasilache.
Herald added subscribers: llvm-commits, limo1996, stephenneuendorffer, nicolasvasilache.
Herald added projects: MLIR, LLVM.

This makes the class usable with types that do not provide their own operator<.

Update MLIR Linalg ComprehensiveBufferize to take advantage of the new template param.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D112052

Files:
  llvm/include/llvm/ADT/EquivalenceClasses.h
  mlir/include/mlir/Dialect/Linalg/Transforms/ComprehensiveBufferize.h
  mlir/lib/Dialect/Linalg/Transforms/ComprehensiveBufferize.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112052.380576.patch
Type: text/x-patch
Size: 5036 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211019/801e4682/attachment-0001.bin>


More information about the llvm-commits mailing list