[PATCH] [Headers] Improve codegen for _mm_slli_epi32.

Michael Spencer bigcheesegs at gmail.com
Fri Apr 11 05:34:46 PDT 2014


  Actually, this is wrong. _mm_slli_epi32 requires that if count is > than 31, the result is 0. The << operator gives it undefined behavior.

http://reviews.llvm.org/D3353






More information about the cfe-commits mailing list