[all-commits] [llvm/llvm-project] 18105b: add new class
Matthias Springer via All-commits
all-commits at lists.llvm.org
Thu Mar 6 01:31:02 PST 2025
Branch: refs/heads/users/matthias-springer/deprecate_match_rewrite
Home: https://github.com/llvm/llvm-project
Commit: 18105b5255a6864f8bf2a61846383b0bbbb158c2
https://github.com/llvm/llvm-project/commit/18105b5255a6864f8bf2a61846383b0bbbb158c2
Author: Matthias Springer <mspringer at nvidia.com>
Date: 2025-03-05 (Wed, 05 Mar 2025)
Changed paths:
M mlir/include/mlir/Conversion/LLVMCommon/Pattern.h
M mlir/include/mlir/IR/PatternMatch.h
M mlir/include/mlir/Transforms/DialectConversion.h
M mlir/lib/Conversion/ArithToAMDGPU/ArithToAMDGPU.cpp
M mlir/lib/Conversion/MemRefToLLVM/MemRefToLLVM.cpp
M mlir/lib/Dialect/Arith/Transforms/EmulateUnsupportedFloats.cpp
M mlir/lib/Dialect/Arith/Transforms/IntRangeOptimizations.cpp
M mlir/lib/Dialect/Vector/Transforms/VectorTransferOpTransforms.cpp
M mlir/lib/IR/PatternMatch.cpp
M mlir/unittests/IR/PatternMatchTest.cpp
Log Message:
-----------
add new class
Commit: 68f068543919e0bd61d0da6fabc456168a6f7de4
https://github.com/llvm/llvm-project/commit/68f068543919e0bd61d0da6fabc456168a6f7de4
Author: Matthias Springer <mspringer at nvidia.com>
Date: 2025-03-05 (Wed, 05 Mar 2025)
Changed paths:
M flang/include/flang/Optimizer/CodeGen/FIROpPatterns.h
Log Message:
-----------
fix flang
Commit: 5e025f82deab1e59d7efd9d2b4b73d9c5af9526d
https://github.com/llvm/llvm-project/commit/5e025f82deab1e59d7efd9d2b4b73d9c5af9526d
Author: Matthias Springer <mspringer at nvidia.com>
Date: 2025-03-05 (Wed, 05 Mar 2025)
Changed paths:
M mlir/include/mlir/IR/PatternMatch.h
M mlir/include/mlir/Transforms/DialectConversion.h
Log Message:
-----------
address comments
Commit: 921ddf8de13964ca244471a44218017a5b9ad2c0
https://github.com/llvm/llvm-project/commit/921ddf8de13964ca244471a44218017a5b9ad2c0
Author: Matthias Springer <me at m-sp.org>
Date: 2025-03-06 (Thu, 06 Mar 2025)
Changed paths:
M mlir/include/mlir/IR/PatternMatch.h
Log Message:
-----------
Update mlir/include/mlir/IR/PatternMatch.h
Co-authored-by: River Riddle <riddleriver at gmail.com>
Commit: c68965447bcfb3bcab9ced640ac9f5158704f7ca
https://github.com/llvm/llvm-project/commit/c68965447bcfb3bcab9ced640ac9f5158704f7ca
Author: Matthias Springer <mspringer at nvidia.com>
Date: 2025-03-06 (Thu, 06 Mar 2025)
Changed paths:
M mlir/docs/PatternRewriter.md
Log Message:
-----------
update docs
Commit: 8dea08567467cf7ce16e055d4b02f569b228e86e
https://github.com/llvm/llvm-project/commit/8dea08567467cf7ce16e055d4b02f569b228e86e
Author: Matthias Springer <mspringer at nvidia.com>
Date: 2025-03-06 (Thu, 06 Mar 2025)
Changed paths:
M mlir/docs/DialectConversion.md
M mlir/docs/PatternRewriter.md
M mlir/docs/Tutorials/QuickstartRewrites.md
M mlir/include/mlir/Conversion/LLVMCommon/Pattern.h
M mlir/include/mlir/IR/PatternMatch.h
M mlir/include/mlir/Transforms/DialectConversion.h
M mlir/lib/Conversion/ArithToAMDGPU/ArithToAMDGPU.cpp
M mlir/lib/Conversion/MemRefToLLVM/MemRefToLLVM.cpp
M mlir/lib/Dialect/Arith/Transforms/EmulateUnsupportedFloats.cpp
M mlir/lib/Dialect/Arith/Transforms/IntRangeOptimizations.cpp
M mlir/lib/Dialect/Vector/Transforms/VectorTransferOpTransforms.cpp
Log Message:
-----------
[mlir][IR] Deprecate `match` and `rewrite` functions
Compare: https://github.com/llvm/llvm-project/compare/18105b5255a6%5E...8dea08567467
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list