Ryotaro Kasuga 2c3453afd2
[LoopInterchange] Bail out when finding a dependency with all * elements (#149049)
If a direction vector with all `*` elements, like `[* * *]`, is present,
it indicates that none of the loop pairs are legal to interchange. In
such cases, continuing the analysis is meaningless.
This patch introduces a check to detect such direction vectors and exits
early when one is found. This slightly reduces compile time.
2025-09-25 09:37:41 +00:00
..