Commit a92c701
committed
[SCFToCalyx] Adapt to upstream change in
This PR adapts to a change in `LoopLikeOpInterface` from
llvm/llvm-project#158679, which changed the API for getting a statically
known iteration count. The PR adapts to the change by using the accessor
of the `ForOp` for exactly that information instead of relying on a free
function that takes the properties/operands of the op.
Signed-off-by: Ingo Müller <[email protected]>LoopLikeOpInterface.1 parent 2c424ef commit a92c701
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | | - | |
101 | | - | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
102 | 103 | | |
103 | 104 | | |
104 | 105 | | |
| |||
0 commit comments