[all-commits] [llvm/llvm-project] 8bd08a: [MLIR] Remove duplicate `Pass` suffix from ViewOpG...
Uday Bondhugula via All-commits
all-commits at lists.llvm.org
Tue Nov 23 18:31:09 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8bd08a9fd705dce07d7cd76711532432b575ed78
https://github.com/llvm/llvm-project/commit/8bd08a9fd705dce07d7cd76711532432b575ed78
Author: Uday Bondhugula <uday at polymagelabs.com>
Date: 2021-11-24 (Wed, 24 Nov 2021)
Changed paths:
M mlir/include/mlir/Transforms/Passes.td
M mlir/lib/Transforms/ViewOpGraph.cpp
Log Message:
-----------
[MLIR] Remove duplicate `Pass` suffix from ViewOpGraph class name
Remove duplicate `Pass` suffix from view-op-graph pass class name. The
extra suffix would lead to methods like registerViewOpGraphPassPass
being generated.
Differential Revision: https://reviews.llvm.org/D114459
More information about the All-commits
mailing list