[PATCH] D16042: AVX512: VPMOVAPS (load) intrinsic implementation.
Asaf Badouh via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 11 01:12:36 PST 2016
AsafBadouh added a comment.
LGTM
================
Comment at: lib/Target/X86/X86ISelLowering.cpp:17577
@@ +17576,3 @@
+ case LOADA: {
+ SDLoc dl(Op);
+ SDValue Mask = Op.getOperand(4);
----------------
I think it's already defined in line 17378, just before:
switch(IntrData->type)
Repository:
rL LLVM
http://reviews.llvm.org/D16042
More information about the llvm-commits
mailing list