Closed leonardofialho-zz closed 10 years ago
Useful for determining whether a loop can or cannot be vectorized by the compiler. Instead of monitoring each access in a loop, can we obtain a regex of the stride in terms of the loop index?
Fixed by flag --macpo:check-alignment.
Useful for determining whether a loop can or cannot be vectorized by the compiler. Instead of monitoring each access in a loop, can we obtain a regex of the stride in terms of the loop index?