Skip to content
Unverified Commit aa0208d1 authored by Felix Schneider's avatar Felix Schneider Committed by GitHub
Browse files

[mlir][scf] Implement getSingle... of LoopLikeOpinterface for scf::ParallelOp (#68511)

This adds implementations for `getSingleIterationVar`,
`getSingleLowerBound`, `getSingleUpperBound`, `getSingleStep` of
`LoopLikeOpInterface` to `scf::ParallelOp`. Until now, the
implementations for these methods defaulted to returning `std::nullopt`,
even in the special case where the parallel Op only has one dimension.

Related: https://github.com/llvm/llvm-project/pull/67883
parent b8ad68fc
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment