This generates vector llvm ir for _mm_slli_epi32 to allow
further optimization.
Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Actually, this is wrong. _mm_slli_epi32 requires that if count is > than 31, the result is 0. The << operator gives it undefined behavior.
Comment Actions
This isn't really in my area of expertise/ownership, so I'll leave it to someone else to review.