[PATCH] D34160: [Power9] Exploit vinserth instruction
Kit Barton via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 23 20:03:48 PDT 2017
kbarton added inline comments.
================
Comment at: lib/Target/PowerPC/PPCISelLowering.cpp:117
+static bool isNByteElemShuffleMask(ShuffleVectorSDNode *, unsigned, int);
+
----------------
Is this still necessary? I don't see any calls to it - only to the 3-parameter version of it.
Repository:
rL LLVM
https://reviews.llvm.org/D34160
More information about the llvm-commits
mailing list