| 313 | //===----------------------------------------------------------------------===// |
| 314 | |
| 315 | YieldOp IslandOp::GetYield() { return llvm::cast<YieldOp>(GetBody().back()); } |
| 316 | |
| 317 | // Checks if a tf_executor.island wraps a single operation and the single |
| 318 | // operation results are perfectly forwarded to the islands yield. |
no test coverage detected