[PATCH] D34160: [Power9] Exploit vinserth instruction

Graham Yiu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 24 08:29:48 PDT 2017


gyiu marked an inline comment as done.
gyiu added inline comments.


================
Comment at: lib/Target/PowerPC/PPCISelLowering.cpp:117
 
+static bool isNByteElemShuffleMask(ShuffleVectorSDNode *, unsigned, int);
+
----------------
kbarton wrote:
> Is this still necessary? I don't see any calls to it - only to the 3-parameter version of it. 
Yeah, this patch is old so the declaration is based on the version that had two parameters.  I'll update it when I merge with the latest code.


Repository:
  rL LLVM

https://reviews.llvm.org/D34160





More information about the llvm-commits mailing list