[MLIR] Pass optimization level to MLIR ExecutionEngine (#3703)
An optional optimization level was added to ExecutionEngine, initialized to None by default. This caused fast-isel to be used in LLVM CG, overriding all the flags related to not using fast-isel. In this PR we pass the right optimization level to ExecutionEngine.
Showing
Please
register
or
sign in
to comment