[llvm] [ValueTracking][X86] Compute KnownBits for phadd/phsub (PR #92429)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 12 03:42:18 PDT 2024
================
@@ -36953,6 +36934,34 @@ static void computeKnownBitsForPSADBW(SDValue LHS, SDValue RHS,
Known = Known.zext(64);
}
+static KnownBits computeKnownBitsForHorizontalOperation(
+ const SDValue Op, const APInt &DemandedElts, unsigned Depth,
+ unsigned OpIndexStart, const SelectionDAG &DAG,
----------------
mskamp wrote:
No. I've removed it.
https://github.com/llvm/llvm-project/pull/92429
More information about the llvm-commits
mailing list