[PATCH] [X86][SSE] Improve support for 128-bit vector sign extension
Elena Demikhovsky
elena.demikhovsky at intel.com
Tue May 19 05:38:00 PDT 2015
REPOSITORY
rL LLVM
================
Comment at: lib/Target/X86/X86ISelLowering.cpp:23687
@@ -23621,1 +23686,3 @@
+ if (VT.isVector()) {
+ auto ExtendToVec128 = [&DAG](SDLoc DL, SDValue N) {
----------------
I still don't understand why it should be done before type legalizer. You don't want to deal with 3 x i8 or 6 x i32.
What information disappears after type legalizer?
http://reviews.llvm.org/D9848
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list