Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/SCF/SCF.cpp | ||
---|---|---|
2318 | In this specific block everything should clear from the code itself, commenting it like // Replacing old condition terminator will just add more noise |
mlir/lib/Dialect/SCF/SCF.cpp | ||
---|---|---|
2326 | In-place mutation of block argument may be problematic if this ever used in the dialect conversion infra (greedy rewriter in the canonicalization is fine though). Please add a big warning in the top-level documentation of this pattern and a remark comment here. Or, ideally, figure out a way of achieving the same behavior. Something like mergeBlocks could work. |
Doc comment please.