[all-commits] [llvm/llvm-project] 0118a8: [ADT] Add Compare template param to EquivalenceCla...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Mon Nov 1 01:38:57 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0118a8044f8bda1a2e1b3add5e244ef4ce714982
https://github.com/llvm/llvm-project/commit/0118a8044f8bda1a2e1b3add5e244ef4ce714982
Author: Matthias Springer <springerm at google.com>
Date: 2021-11-01 (Mon, 01 Nov 2021)
Changed paths:
M llvm/include/llvm/ADT/EquivalenceClasses.h
M mlir/include/mlir/Dialect/Linalg/Transforms/ComprehensiveBufferize.h
M mlir/lib/Dialect/Linalg/Transforms/ComprehensiveBufferize.cpp
Log Message:
-----------
[ADT] Add Compare template param to EquivalenceClasses
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.
Differential Revision: https://reviews.llvm.org/D112052
More information about the All-commits
mailing list