File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
mlir/lib/Target/SPIRV/Deserialization Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2007,9 +2007,9 @@ LogicalResult ControlFlowStructurizer::structurize() {
20072007 // Code below is not executed for loops as it would interfere with the logic
20082008 // above. Currently block arguments in the merge block are not supported, but
20092009 // instead, the code above copies those arguments from the header block into
2010- // the merge block. As such, running the code would yield those copied arguments
2011- // that is most likely not a desired behaviour. This may need to be revisited
2012- // in the future.
2010+ // the merge block. As such, running the code would yield those copied
2011+ // arguments that is most likely not a desired behaviour. This may need to be
2012+ // revisited in the future.
20132013 if (!isLoop)
20142014 for (BlockArgument blockArg : mergeBlock->getArguments ()) {
20152015 // Create new block arguments in the last block ("merge block") of the
You can’t perform that action at this time.
0 commit comments