commit | 444eaaf1cce248b886c4208a29c5ee0f4c8383cc | [log] [tgz] |
---|---|---|
author | Shawn Landden <shawn@git.icu> | Sun May 26 13:54:04 2019 +0000 |
committer | Shawn Landden <shawn@git.icu> | Sun May 26 13:54:04 2019 +0000 |
tree | a5d2624be2af968b5da0de6cd63a73b7530a0d11 | |
parent | 50c73a044f22e97ea384c461bcdd2ea4fbed0156 [diff] |
[SimpligyCFG] NFC, remove GCD that was only used for powers of two and replace with an equilivent countTrailingZeros. GCD is much more expensive than this, with repeated division. This depends on D60823 llvm-svn: 361726