================
@@ -6463,7 +6466,7 @@ static SDValue performSHLCombine(SDNode *N, SelectionDAG
&DAG,
if (!LHS.hasOneUse())
return SDValue();
- SDValue Vec = matchLowHalfOf128BitLanes(LHS.getOperand(0));
+ SDValue Vec = matchHalfOf128BitLanes(LHS.getOperand(0), true);
----------------
wangleiat wrote:
Please add a parameter name for the boolean literal, e.g. /*isLow=*/true.
https://github.com/llvm/llvm-project/pull/207316
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits