[Mlir-commits] [mlir] [mlir][core|ptr] Add `PtrLikeTypeInterface` and casting ops to the `ptr` dialect (PR #137469)

Mehdi Amini llvmlistbot at llvm.org
Mon Apr 28 01:39:33 PDT 2025


================

----------------
joker-eph wrote:

> Most tests are using splits to enable parallelism

It's the opposite, with the split you **lose** parallelism. 
MLIR is threaded, you actually have parallelism within the pass manager (if correctly setup).

Split should be used **when necessary** (for example a lot of the "invalid" tests).

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


More information about the Mlir-commits mailing list