llvm-project
919e459f - [Linalg] Remove Optional from getStaticLoopRanges interface method.

Commit
3 years ago
[Linalg] Remove Optional from getStaticLoopRanges interface method. It is very wrong if the ranges can't be infered. It's also checked in verifyStructuredOpInterface, so we don't need the Optional return type. Reviewed By: springerm Differential Revision: https://reviews.llvm.org/D124596
Author
Committer
Parents
Loading