[all-commits] [llvm/llvm-project] 2cff9e: [mlir] Use SetVector to deduplicate shape ops oper...
Eugene Zhulenev via All-commits
all-commits at lists.llvm.org
Fri Feb 4 11:34:26 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2cff9ee46bffb5c62b97df51590c28cd4230c551
https://github.com/llvm/llvm-project/commit/2cff9ee46bffb5c62b97df51590c28cd4230c551
Author: Eugene Zhulenev <ezhulenev at google.com>
Date: 2022-02-04 (Fri, 04 Feb 2022)
Changed paths:
M mlir/lib/Dialect/Shape/IR/Shape.cpp
Log Message:
-----------
[mlir] Use SetVector to deduplicate shape ops operands
Do not use quadratic complexity algorithm to find unique operands
Reviewed By: jpienaar
Differential Revision: https://reviews.llvm.org/D119021
More information about the All-commits
mailing list