[PATCH] D50572: DAG: Handle odd vector sizes in calling conv splitting
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 3 04:06:21 PDT 2018
RKSimon added inline comments.
================
Comment at: lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:618
+static SDValue widenVectorToPartType(SelectionDAG &DAG,
+ SDValue Val, const SDLoc &DL, EVT PartVT) {
+ EVT ValueVT = Val.getValueType();
----------------
Please could you pull this helper out in a NFCI patch first? Then any functional changes you've made will be much easier to spot.
https://reviews.llvm.org/D50572
More information about the llvm-commits
mailing list