Mark Heffernan 67278b1774 Use 32-bit divides instead of 64-bit divides where possible.
For NVPTX, try to use 32-bit division instead of 64-bit division when the dividend and divisor
fit in 32 bits. This speeds up some internal benchmarks significantly. The underlying reason
is that many index computations are carried out in 64-bits but never actually exceed the
capacity of a 32-bit word.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244684 91177308-0d34-0410-b5e6-96231b3b80d8
2015-08-11 22:16:34 +00:00
..
2015-07-26 11:37:05 +00:00
2015-08-11 02:48:30 +00:00
2015-08-11 21:33:55 +00:00
2015-06-09 21:50:22 +00:00