Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix llvm::ComputeNumSignBits with some operations and llvm.assume | Stanislav Mekhanoshin | 2018-07-25 | 1 | -0/+109 |
Currently ComputeNumSignBits does early exit while processing some of the operations (add, sub, mul, and select). This prevents the function from using AssumptionCacheTracker if passed. Differential Revision: https://reviews.llvm.org/D49759 llvm-svn: 337936 |