[PATCH] D58574: [X86][SSE] Generalize X86ISD::BLENDI support to more value types with fix for revert from r354713

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 23 09:51:42 PST 2019


craig.topper added a comment.

I will fix the commuting code too.

But doing only that means we’ll turn v4i32 blends into movss/movsd sometimes on pre-avx2 targets. For v2i64 it can happen on avx2 targets as well.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58574/new/

https://reviews.llvm.org/D58574





More information about the llvm-commits mailing list