commit | d0f13e618faf4a74b1c8c1e87f076f3b04690e74 | [log] [tgz] |
---|---|---|
author | Nikita Popov <nikita.ppv@gmail.com> | Sun May 26 13:22:01 2019 +0000 |
committer | Nikita Popov <nikita.ppv@gmail.com> | Sun May 26 13:22:01 2019 +0000 |
tree | d07b679d178fdfbcb3dce456e3d4626e7939ec4f | |
parent | 7228b50802c915aa29ad79b1dd3aa580fc63bd26 [diff] |
[ValueTracking] Base computeOverflowForUnsignedMul() on ConstantRange code; NFCI The implementation in ValueTracking and ConstantRange are equally powerful, reuse the one in ConstantRange, which will make this easier to extend. llvm-svn: 361723