[all-commits] [llvm/llvm-project] 549e19: [PatternRewriter] Rename OwningRewritePatternList ...
Chris Lattner via All-commits
all-commits at lists.llvm.org
Mon Mar 22 16:33:37 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 549e190236f638c087fca664d8823a268efdf5c8
https://github.com/llvm/llvm-project/commit/549e190236f638c087fca664d8823a268efdf5c8
Author: Chris Lattner <clattner at nondot.org>
Date: 2021-03-22 (Mon, 22 Mar 2021)
Changed paths:
M mlir/include/mlir/Conversion/AffineToStandard/AffineToStandard.h
M mlir/include/mlir/Conversion/ArmSVEToLLVM/ArmSVEToLLVM.h
M mlir/include/mlir/Conversion/AsyncToLLVM/AsyncToLLVM.h
M mlir/include/mlir/Conversion/GPUCommon/GPUCommonPass.h
M mlir/include/mlir/Conversion/GPUToNVVM/GPUToNVVMPass.h
M mlir/include/mlir/Conversion/GPUToROCDL/GPUToROCDLPass.h
M mlir/include/mlir/Conversion/LinalgToSPIRV/LinalgToSPIRV.h
M mlir/include/mlir/Conversion/OpenMPToLLVM/ConvertOpenMPToLLVM.h
M mlir/include/mlir/Conversion/SCFToGPU/SCFToGPU.h
M mlir/include/mlir/Conversion/SCFToSPIRV/SCFToSPIRV.h
M mlir/include/mlir/Conversion/SCFToStandard/SCFToStandard.h
M mlir/include/mlir/Conversion/ShapeToStandard/ShapeToStandard.h
M mlir/include/mlir/Conversion/StandardToLLVM/ConvertStandardToLLVMPass.h
M mlir/include/mlir/Conversion/VectorToROCDL/VectorToROCDL.h
M mlir/include/mlir/Conversion/VectorToSCF/VectorToSCF.h
M mlir/include/mlir/Dialect/AMX/Transforms.h
M mlir/include/mlir/Dialect/AVX512/Transforms.h
M mlir/include/mlir/Dialect/Math/Transforms/Passes.h
M mlir/include/mlir/Dialect/SCF/Transforms.h
M mlir/include/mlir/Dialect/StandardOps/Transforms/FuncConversions.h
M mlir/include/mlir/Dialect/StandardOps/Transforms/Passes.h
M mlir/include/mlir/Dialect/Tensor/Transforms/Passes.h
M mlir/include/mlir/Dialect/Vector/VectorOps.h
M mlir/include/mlir/Dialect/Vector/VectorTransforms.h
M mlir/include/mlir/IR/OperationSupport.h
M mlir/include/mlir/IR/PatternMatch.h
M mlir/lib/Dialect/Math/Transforms/ExpandTanh.cpp
Log Message:
-----------
[PatternRewriter] Rename OwningRewritePatternList -> RewritePatternSet and insert -> add
This maintains the old name to have minimal source impact on downstream codes, and
does not do the huge mechanical patch. I expect the huge mechanical patch to land
sometime this week, but we can keep around the old names for a couple weeks to reduce
impact on downstream projects.
Differential Revision: https://reviews.llvm.org/D99119
More information about the All-commits
mailing list