[PATCH] D38312: adding pattern for broadcastm

jina via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 28 00:31:00 PDT 2017


jina.nahias added inline comments.


================
Comment at: lib/Target/X86/X86ISelLowering.cpp:6635
+  EltType = MVT::getIntegerVT(ExtVTSize);
+  NumElt = Op->getNumOperands() / Delta;
+  return ExtValue;
----------------
craig.topper wrote:
> Am I missing something or is this variable and several above it dead?
those variables are sending as reference to this function. 


https://reviews.llvm.org/D38312





More information about the llvm-commits mailing list