[Bug tree-optimization/48052] loop not vectorized if index is "unsigned int"

2015-05-07 Thread az.zaafrani at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48052 --- Comment #12 from zaafrani --- Thank you for the feedback. We excluded start value that is constant because it is already working. To our knowledge, only when the start value is unknown and the loop index type is of unsigned type that we fail

[Bug tree-optimization/48052] loop not vectorized if index is "unsigned int"

2015-05-04 Thread az.zaafrani at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48052 zaafrani changed: What|Removed |Added CC||az.zaafrani at gmail dot com --- Comment #10