You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Snippets] Fixed the pass ExtractLoopInvariants (#26590)
### Details:
- *The pass `ExtractLoopInvariants` cannot extract loop invariant from
the outermost or any intermediate loops which have inner loops. This PR
adds check that `inner_loop_id == potential_expr->get_loop_ids().back`*
- *Added snippets test*
### Tickets:
- *152426*
0 commit comments