[all-commits] [llvm/llvm-project] 9b078f: [MLIR][arith] Mark addf/mulf as commutative
Christian Sigg via All-commits
all-commits at lists.llvm.org
Mon Jan 31 23:34:06 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9b078f8fd26a392d0b51a3fe97f07b3c5ca30bc8
https://github.com/llvm/llvm-project/commit/9b078f8fd26a392d0b51a3fe97f07b3c5ca30bc8
Author: Christian Sigg <csigg at google.com>
Date: 2022-02-01 (Tue, 01 Feb 2022)
Changed paths:
M mlir/include/mlir/Dialect/Arithmetic/IR/ArithmeticOps.td
M mlir/lib/Dialect/Arithmetic/IR/ArithmeticOps.cpp
M mlir/test/Dialect/Arithmetic/canonicalize.mlir
M mlir/test/Dialect/Linalg/fusion-elementwise-ops.mlir
M mlir/test/Dialect/Linalg/generalize-named-polymorphic-ops.mlir
M mlir/test/Dialect/Standard/expand-tanh.mlir
Log Message:
-----------
[MLIR][arith] Mark addf/mulf as commutative
Following the discussion in D118318, mark `arith.addf/mulf` commutative.
Reviewed By: mehdi_amini
Differential Revision: https://reviews.llvm.org/D118600
More information about the All-commits
mailing list