[PATCH] D19133: Fix typing on generated LXV2DX/STXV2DX instructions

Bill Schmidt via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 15 07:15:45 PDT 2016


wschmidt added inline comments.

================
Comment at: lib/Target/PowerPC/PPCISelLowering.cpp:10368
@@ +10367,3 @@
+    DCI.AddToWorklist(N.getNode());
+    return DAG.getNode(ISD::MERGE_VALUES, dl, DAG.getVTList(VecTy, MVT::Other),
+                       N, Swap.getValue(1));
----------------
Ah, OK, that makes sense.  Perhaps add a short comment to that effect?  This is uncommon enough that it will probably raise questions in the future as well.


http://reviews.llvm.org/D19133





More information about the llvm-commits mailing list