[Mlir-commits] [mlir] [mlir] Recover the behavior of SliceAnaylsis for llvm-project at 6a8dde04a07 (PR #142076)

Will Froom llvmlistbot at llvm.org
Fri May 30 03:18:27 PDT 2025


================
@@ -111,8 +111,10 @@ static LogicalResult getBackwardSliceImpl(Operation *op,
           return getBackwardSliceImpl(parentOp, backwardSlice, options);
         }
----------------
WillFroom wrote:

Should this else return a failure? (to reflect the original assert?)

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


More information about the Mlir-commits mailing list