[Mlir-commits] [mlir] [MLIR] Minor fixes to FoldTransposeBroadcast rewrite (NFC) (PR #140083)

James Newling llvmlistbot at llvm.org
Thu May 15 09:18:44 PDT 2025


newling wrote:

> when checking permutation groups the variable low was set just once to zero, thus checking was quadratic. It looks the intent was for low to track the beginning of each dimension groups. (Nevertheless the check was correct).

Yes, good catch thanks. 

https://github.com/llvm/llvm-project/pull/140083


More information about the Mlir-commits mailing list