[Mlir-commits] [mlir] [mlir][affine] remove divide zero check when simplifer affineMap (#64622) (PR #68519)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed Oct 18 19:11:17 PDT 2023


lipracer wrote:

I have found a fix for not being able to create ‘poisonstr’. ‘ubdialect’ is lazy to load and seems to only occur during the parse phase, so I can load it during the initialization phase.

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


More information about the Mlir-commits mailing list