[PATCH] D34160: [Power9] Exploit vinserth instruction

Eric Christopher via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 19 11:19:21 PDT 2017


echristo added inline comments.


================
Comment at: lib/Target/PowerPC/PPCISelLowering.cpp:7916
+    } else { // both operands are defined
+      // target order is [8,15] if the current mask is between [0,7]
+      TargetOrder =
----------------
Nit: (Here and other places) Comments are complete sentences including punctuation.


Repository:
  rL LLVM

https://reviews.llvm.org/D34160





More information about the llvm-commits mailing list