[PATCH] D15787: [X86][AVX512] Lower broadcast inrtrinsics

Elena Demikhovsky via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 27 09:02:17 PST 2015


delena accepted this revision.
delena added a comment.
This revision is now accepted and ready to land.

LGTM


================
Comment at: ../llvm/lib/Target/X86/X86ISelLowering.cpp:16741
@@ -16740,1 +16740,3 @@
     }
+    case BROADCAST:{
+      SDValue Src = Op.getOperand(1);
----------------
Could you, please, change name to BRCST_SUBVEC_TO_VEC.


Repository:
  rL LLVM

http://reviews.llvm.org/D15787





More information about the llvm-commits mailing list