Don't emit nsw flags for vector operations; there's basically no benefit, and...
Don't emit nsw flags for vector operations; there's basically no benefit, and a lot of downside (like PR9850, which is about clang's xmmintrin.h making an unexpected transformation on an expression involving _mm_add_epi32). llvm-svn: 131000
Loading
Please register or sign in to comment