- Do we need a threshold on maximum number of Yeild arguments processed (maximum number of SelectOp's to be generated)?
- Had to modify some old IfOp tests to not get optimized by this pattern
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/test/Dialect/SCF/canonicalize.mlir | ||
---|---|---|
139 | Can you add a test with multiple results for the scf.if? |
mlir/lib/Dialect/SCF/SCF.cpp | ||
---|---|---|
944 | Is this case already covered somewhere else? An empty scf.if gets removed during canonicalization? |
mlir/lib/Dialect/SCF/SCF.cpp | ||
---|---|---|
944 | It seems this case already covered somewhere else, added tests for this |
Is this case already covered somewhere else? An empty scf.if gets removed during canonicalization?