[Mlir-commits] [mlir] Fix crash in --test-tosa-op-availability when running under the threaded pass manager (PR #183022)

Ayush Kumar Gaur llvmlistbot at llvm.org
Tue Feb 24 02:01:40 PST 2026


Ayush3941 wrote:

Also i know that i can't really deterministically replicate this using a regression test cuz the error in #182255 was happeing with and external for/while loop situation like 

`for i in $(seq 1 10); do
  ./build/bin/mlir-opt /tmp/input.mlir --test-tosa-op-availability >/dev/null || break
done
`

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


More information about the Mlir-commits mailing list