[Mlir-commits] [mlir] [mlir][affine] Fix a crash when cast incompatible type (PR #145162)
Arnab Dutta
llvmlistbot at llvm.org
Mon Jun 23 01:38:34 PDT 2025
arnab-polymage wrote:
The fix is not correct. It simply hides the original bug. Local expression is always supposed to be a binary expression -- it cannot be dimension, symbol or constant. This [PR](https://github.com/llvm/llvm-project/pull/145290) fixes this.
https://github.com/llvm/llvm-project/pull/145162
More information about the Mlir-commits
mailing list