Skip to content
Snippets Groups Projects
Commit 23904552 authored by Daniel Bauer's avatar Daniel Bauer :speech_balloon:
Browse files

reformat

parent 87726113
No related branches found
No related tags found
1 merge request!388Implement loop peeling from back
......@@ -96,7 +96,10 @@ class ReshapeLoops:
isinstance(loop.step, PsConstantExpr) and loop.step.constant.value == 1
):
raise NotImplementedError(
"Peeling iterations from the back of loops is only implemented for loops with unit step. Implementation is deferred until loop range canonicalization is available (also needed for the vectorizer)."
"Peeling iterations from the back of loops is only implemented"
"for loops with unit step. Implementation is deferred until"
"loop range canonicalization is available (also needed for the"
"vectorizer)."
)
peeled_iters: list[PsBlock] = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment