Depends On D106730
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/Async/Transforms/AsyncToAsyncRuntime.cpp | ||
---|---|---|
190 | As Mehdi mentioned in the previous PR it's better to verify preconditions early, also CondBr is another valid terminator, here it's enough to rewrite only YieldOp, and assume that every other terminator is already verified |
mlir/lib/Dialect/Async/Transforms/AsyncToAsyncRuntime.cpp | ||
---|---|---|
295–297 | Just so that it's clear to what range of lines the comments apply. |
As Mehdi mentioned in the previous PR it's better to verify preconditions early, also CondBr is another valid terminator, here it's enough to rewrite only YieldOp, and assume that every other terminator is already verified