forked from OSchip/llvm-project
aa92cae14e
(This reapplies r314253. r314253 was reverted on r314482 because of a correctness regression on P100, but that regression was identified to be something else.) Summary: Don't bail out on constant divisors for divisions that can be narrowed without introducing control flow . This gives us a 32 bit multiply instead of an emulated 64 bit multiply in the generated PTX assembly. Reviewers: jlebar Subscribers: jholewinski, mcrosier, llvm-commits Differential Revision: https://reviews.llvm.org/D38265 llvm-svn: 319677 |
||
---|---|---|
.. | ||
bypass-slow-div-constant-numerator.ll | ||
bypass-slow-div-not-exact.ll | ||
bypass-slow-div-special-cases.ll | ||
bypass-slow-div.ll | ||
dont-sink-nop-addrspacecast.ll | ||
lit.local.cfg |