Nadav (or anyone who is familiar with the loop vectorizer),<br> <br>Does the current loop vectorizer inquire about the SIMD capabilities of the target architecture when it decides whether it is profitable to vectorize a loop? I am asking this because I would like to have loop vectorization disabled for targets that don't support SIMD instructions (for example, standard mips32). Loop vectorization bloats the code size and prolongs compilation time without any improvement to performance for such targets.<br>
<br><span class="st"></span>