[all-commits] [llvm/llvm-project] a88503: [mlir][Transform][NFC] Use a single rewriter inste...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Thu Dec 1 03:55:08 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a8850312c106d71f9e35fd902f9dcd3c4ac0a690
https://github.com/llvm/llvm-project/commit/a8850312c106d71f9e35fd902f9dcd3c4ac0a690
Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
Date: 2022-12-01 (Thu, 01 Dec 2022)
Changed paths:
A mlir/include/mlir/Dialect/Transform/IR/TransformUtils.h
M mlir/lib/Dialect/Affine/TransformOps/AffineTransformOps.cpp
M mlir/lib/Dialect/GPU/TransformOps/GPUTransformOps.cpp
M mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
M mlir/lib/Dialect/SCF/TransformOps/SCFTransformOps.cpp
M mlir/lib/Dialect/Transform/IR/TransformOps.cpp
Log Message:
-----------
[mlir][Transform][NFC] Use a single rewriter instead of duplicating it everywhere
Differential Revision: https://reviews.llvm.org/D139094
More information about the All-commits
mailing list