[Mlir-commits] [mlir] [MLIR] Introduce support for early exits (PR #166688)

Mehdi Amini llvmlistbot at llvm.org
Sun Mar 29 08:51:49 PDT 2026


joker-eph wrote:

@timnoack  Thanks for catching these. Fixed:                                                                                                                                                                                                                                                
 1. Removed defaultImplementation from acceptsTerminator in HasBreakingControlFlowOpInterface — ops with HasNestedTerminator now get their correct restriction without ambiguity, and ops wanting accept-all write a one-liner explicitly.
 2. Changed Op::getProperties() to use getPropertiesStorage() instead of getPropertiesStorageUnsafe() — the unsafe variant skips the null-check on propertiesStorageSize, but it should still apply the breaking-regions offset.                                                  
    

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


More information about the Mlir-commits mailing list