[all-commits] [llvm/llvm-project] d1f742: [mlir] Propagate `checkCommutativeEquivalent` into...
jumerckx via All-commits
all-commits at lists.llvm.org
Fri Apr 17 09:36:20 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d1f742532b9286196d0c60e9364a99095ba8cdd4
https://github.com/llvm/llvm-project/commit/d1f742532b9286196d0c60e9364a99095ba8cdd4
Author: jumerckx <31353884+jumerckx at users.noreply.github.com>
Date: 2026-04-17 (Fri, 17 Apr 2026)
Changed paths:
M mlir/lib/IR/OperationSupport.cpp
M mlir/test/IR/operation-equality.mlir
Log Message:
-----------
[mlir] Propagate `checkCommutativeEquivalent` into `isRegionEquivalentTo` (#192670)
The `checkCommutativeEquivalent` callback was not forwarded when
recursing into nested regions via `isRegionEquivalentTo`, causing silent
fallback to strict operand-order comparison for ops inside regions. Fix
by propagating the callback through the call site, and add a lit test
covering this case.
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