On Wed, Apr 8, 2015 at 10:52 PM, Jakub Jelinek wrote:
> This patch extends the PR65220 patch:
> 1) there is really no reason to limit the divisor to 32 or 64,
>we can divide/modulo by pow2 constants up to 2G (0x7fff is
>then still representable in 32-bit signed immediate)
> 2) on the
Hi!
This patch extends the PR65220 patch:
1) there is really no reason to limit the divisor to 32 or 64,
we can divide/modulo by pow2 constants up to 2G (0x7fff is
then still representable in 32-bit signed immediate)
2) on the testcase RTL cprop unfortunately isn't performed, because