[llvm] [X86] Fold splat AND on VGF2P8AFFINEQB source (PR #193364)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Wed May 13 06:37:10 PDT 2026
================
@@ -62138,6 +62138,62 @@ static SDValue combineKSHIFT(SDNode *N, SelectionDAG &DAG,
return SDValue();
}
+static SDValue combineAndOnGF2P8AFFINEQBOperand(SDNode *N, const SDLoc &DL,
----------------
RKSimon wrote:
Brief title comment describing the fold
https://github.com/llvm/llvm-project/pull/193364
More information about the llvm-commits
mailing list