mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-23 20:29:30 +00:00
Revert r132871.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132872 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e4c705667b
commit
8c1ec5a0a2
@ -1175,7 +1175,7 @@ TargetLowering::TargetLoweringOpt::ShrinkDemandedOp(SDValue Op,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// SimplifyDemandedBits - Look at Op. At this point, we know that only the
|
/// SimplifyDemandedBits - Look at Op. At this point, we know that only the
|
||||||
/// DemandedMask bits of the result of Op are never used downstream. If we can
|
/// DemandedMask bits of the result of Op are ever used downstream. If we can
|
||||||
/// use this information to simplify Op, create a new simplified DAG node and
|
/// use this information to simplify Op, create a new simplified DAG node and
|
||||||
/// return true, returning the original and new nodes in Old and New. Otherwise,
|
/// return true, returning the original and new nodes in Old and New. Otherwise,
|
||||||
/// analyze the expression and return a mask of KnownOne and KnownZero bits for
|
/// analyze the expression and return a mask of KnownOne and KnownZero bits for
|
||||||
|
Loading…
x
Reference in New Issue
Block a user