mapleFU commented on PR #39414:
URL: https://github.com/apache/arrow/pull/39414#issuecomment-1873587330

   ```
   <source>:18:3: remark: loop not vectorized: value that could not be 
identified as reduction is used outside the loop 
[-Rpass-analysis=loop-vectorize]
      18 |   for (int i = 0; i < num_values; ++i) {
         |   ^
   <source>:18:3: remark: loop not vectorized [-Rpass-missed=loop-vectorize]
   ```
   
   
   With `-Rpass-analysis=loop-vectorize -Rpass=loop-vectorize 
-Rpass-missed=loop-vectorize`, the compiler reports why loop doesn't get 
vectorized


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to