[all-commits] [llvm/llvm-project] bd5b29: [mlir] Support full commutative operation equality...

jumerckx via All-commits all-commits at lists.llvm.org
Sun Apr 19 02:47:31 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bd5b29314660232e74a43b684cbecf6f0c1e3983
      https://github.com/llvm/llvm-project/commit/bd5b29314660232e74a43b684cbecf6f0c1e3983
  Author: jumerckx <31353884+jumerckx at users.noreply.github.com>
  Date:   2026-04-19 (Sun, 19 Apr 2026)

  Changed paths:
    M mlir/lib/IR/OperationSupport.cpp
    M mlir/test/Dialect/Func/duplicate-function-elimination.mlir
    M mlir/test/IR/operation-equality.mlir

  Log Message:
  -----------
  [mlir] Support full commutative operation equality (#192652)

Previous, commutative equality only works if the operand lists are
exact permutations of one another.
By treating the `equivalentValues` map as a map onto a common set of
values, we can achieve full commutative equality.



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