[Mlir-commits] [mlir] [mlir][scf] Implement getSingle... of LoopLikeOpinterface for scf::ParallelOp (PR #68511)

Felix Schneider llvmlistbot at llvm.org
Thu Oct 19 14:15:58 PDT 2023


ubfx wrote:

What do you think about something like this?
https://github.com/llvm/llvm-project/commit/aa464d24bb1ed74f4ec0dc56642d0b22f4be6c03

It might be a little overkill just for the `getSingle...` methods but maybe getting started on some unittests for the SCF dialect is useful beyond that.

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


More information about the Mlir-commits mailing list