[Mlir-commits] [mlir] [NFC][MLIR][NVVM] Add unit and Python bindings tests for MBarrierTestWaitOp/MBarrierTryWaitOp (PR #193600)

Maksim Levental llvmlistbot at llvm.org
Thu Apr 23 03:32:44 PDT 2026


makslevental wrote:

I don't think this is a useful PR because it tests tablegen-driven generated code (and we already thoroughly test the tablegen generation itself) ie it's literally just testing `Operation::create`). It would be more useful if you tested some edge case maybe? Or some pathological behavior? But the `Operation::create` API is unlikely to be a source of such issues because it's probably literally the most tested API in all of MLIR 🙂.

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


More information about the Mlir-commits mailing list