Add a 'verifyPasses' flag to the PassManager that specifies if the IR should...
Add a 'verifyPasses' flag to the PassManager that specifies if the IR should be verified after each pass. This also adds a "verify-each" flag to mlir-opt to optionally disable running the verifier after each pass. PiperOrigin-RevId: 236703760
Loading
Please sign in to comment