This is updated on https://reviews.llvm.org/D127139, to mark op with region as pessimistic.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Matches the comment and what was there before (https://github.com/llvm/llvm-project/blob/2c384c37727660f11f63fda461210d1a6f5d2afe/mlir/lib/Transforms/SCCP.cpp#L84). Seems SCCP has some missing test coverage.
Do you have a test case that triggers for this one?
Comment Actions
I trigger this when working on mhlo.reduce op. But I think I could create a test like https://reviews.llvm.org/D130453