[Mlir-commits] [mlir] [MLIR] Support interrupting AffineExpr walks (PR #74792)

Uday Bondhugula llvmlistbot at llvm.org
Thu Dec 28 03:11:06 PST 2023


bondhugula wrote:

> We can also have a proper unit test here https://github.com/llvm/llvm-project/tree/main/mlir/unittests/IR. This looks like an API-level feature and having to roll a test pass for it may be too much of unwarranted complexity.

Makes sense, but I couldn't immediately see an obvious way to test the interrupt via the unit tests while it was easy via diagnostics. I can still create an equivalent unit test if the test pass looks too heavy (for e.g. increases build time etc. when comapred to unit tests).

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


More information about the Mlir-commits mailing list