Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [KnownBits][ValueTracking] Move the math for calculating known bits for ↵ | Craig Topper | 2017-08-08 | 1 | -0/+65 |
add/sub into a static method in KnownBits object I want to reuse this code in SimplifyDemandedBits handling of Add/Sub. This will make that easier. Wonder if we should use it in SelectionDAG's computeKnownBits too. Differential Revision: https://reviews.llvm.org/D36433 llvm-svn: 310378 |