[all-commits] [llvm/llvm-project] 6c3050: [mlir][math][NFC] Migrate math dialect to the new ...
zero9178 via All-commits
all-commits at lists.llvm.org
Wed Jan 11 09:12:21 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6c30503ef8b41625cdf705fbea5eb0dacdc2c0ae
https://github.com/llvm/llvm-project/commit/6c30503ef8b41625cdf705fbea5eb0dacdc2c0ae
Author: Markus Böck <markus.boeck02 at gmail.com>
Date: 2023-01-11 (Wed, 11 Jan 2023)
Changed paths:
M mlir/include/mlir/Dialect/Math/IR/MathBase.td
M mlir/lib/Dialect/Math/IR/MathOps.cpp
Log Message:
-----------
[mlir][math][NFC] Migrate math dialect to the new fold API
See https://discourse.llvm.org/t/psa-new-improved-fold-method-signature-has-landed-please-update-your-downstream-projects/67618 for context
Similar to the patch for the arith dialect, the math dialects fold implementations make heavy use of generic fold functions, hence the change being comparatively mechanical and mostly changing the function signature.
Differential Revision: https://reviews.llvm.org/D141500
More information about the All-commits
mailing list