[Mlir-commits] [mlir] [MLIR][LLVM] Recursion importer handle repeated self-references (PR #87295)

Tobias Gysi llvmlistbot at llvm.org
Fri Apr 5 01:21:40 PDT 2024


https://github.com/gysit commented:

The import now looks good to me. I like the simplification and both file size as well as performance look good on the larger example as well.

The only issue I see now is that we run into the "illegal reuse of recursive id" assert during the export of the more complex example. As discussed offline it may make sense to make the export more robust to handle this case?



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


More information about the Mlir-commits mailing list