[llvm] [X86] SimplifyDemandedBitsForTargetNode - add handling for X86ISD::FAND/FOR (PR #136618)
Phoebe Wang via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 21 23:39:11 PDT 2025
================
@@ -44147,6 +44153,55 @@ bool X86TargetLowering::SimplifyDemandedBitsForTargetNode(
Known.Zero |= Known2.One;
break;
}
+ case X86ISD::FAND: {
----------------
phoebewang wrote:
Why there's no X86ISD::AND/OR in this function?
https://github.com/llvm/llvm-project/pull/136618
More information about the llvm-commits
mailing list