[PATCH] D23897: [SelectionDAG] Generate vector_shuffle nodes for undersized result vector sizes

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 1 03:42:32 PDT 2016


RKSimon added inline comments.

================
Comment at: lib/Target/X86/X86ISelLowering.cpp:26358
@@ +26357,3 @@
+      VT.getVectorElementType() != MVT::i64)
+    return SDValue();
+
----------------
Couldn't f32/f64 use this?


https://reviews.llvm.org/D23897





More information about the llvm-commits mailing list