[PATCH] D15713: AVX512BW: Enable packed word shift for 512bit vector.
Elena Demikhovsky via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 22 12:04:46 PST 2015
delena added inline comments.
================
Comment at: lib/Target/X86/X86ISelLowering.cpp:18301
@@ -18297,3 +18300,3 @@
if (VT.is512BitVector() || Subtarget->hasVLX())
return true;
----------------
Now it should be hasAVX512() right?
Repository:
rL LLVM
http://reviews.llvm.org/D15713
More information about the llvm-commits
mailing list