Closed bondhugula closed 5 years ago
Blocked by #254, fix is in flight.
Fix has landed, please rebase and I'll push it internally (may be some delay this is the first time I try this part of the flow).
Anything more here? The build is failing due to an issue unrelated to this PR.
The check in isValidSymbol, as far as a DimOp result went, checked if the dim op was on a top-level memref. However, any alloc'ed, view, or subview memref would be fine as long as the corresponding dimension of that memref is either a static one or was in turn created using a valid symbol in the case of dynamic dimensions.
Reported-by: Jose Gomez
Signed-off-by: Uday Bondhugula uday@polymagelabs.com