[mlir][python] Use a named object
Currently, the object would be immediately destroyed after creation. Found by ClangTidy bugprone-unused-raii.
Loading
Please sign in to comment
Currently, the object would be immediately destroyed after creation. Found by ClangTidy bugprone-unused-raii.