[llvm] [X86] computeKnownBitsForTargetNode - extend X86ISD::BZHI handling. Fixes 177364. (PR #179444)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 3 04:28:57 PST 2026


================
@@ -39306,6 +39298,21 @@ void X86TargetLowering::computeKnownBitsForTargetNode(const SDValue Op,
       }
     }
 
+    APInt MaskMinValue = Known2.getMinValue();
----------------
RKSimon wrote:

Comments?

https://github.com/llvm/llvm-project/pull/179444


More information about the llvm-commits mailing list