[PATCH] D32953: [X86][SSE] Improve combineLogicBlendIntoPBLENDV to use general masks.

Elena Demikhovsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 7 23:42:57 PDT 2017


delena added inline comments.


================
Comment at: lib/Target/X86/X86ISelLowering.cpp:31566
 
   if (!((VT == MVT::v2i64) || (VT == MVT::v4i64 && Subtarget.hasInt256())))
     return SDValue();
----------------
Why VT should be v2i64 of v4i64? Isn't the same transformation profitable for other integer types?


Repository:
  rL LLVM

https://reviews.llvm.org/D32953





More information about the llvm-commits mailing list