Fix docs referring to --print-ir-before/after-all, which has changed to --mlir-print....

PiperOrigin-RevId: 448890307
This commit is contained in:
Christian Sigg 2022-05-16 00:39:10 -07:00 committed by jax authors
parent 6a6605263d
commit f73f03e039

View File

@ -145,7 +145,7 @@ class IreeClient:
del compile_options # Ignored.
iree_binary = iree.compiler.compile_str(
computation, target_backends=["dylib"], input_type="mhlo",
# extra_args=["--print-ir-after-all"],
# extra_args=["--mlir-print-ir-after-all"],
# extended_diagnostics=True,
)
# Load it into the runtime.