Re: [PATCH] Fix ICE with x86_64 alloca (PR target/65693)

2015-04-08 Thread Uros Bizjak
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

[PATCH] Fix ICE with x86_64 alloca (PR target/65693)

2015-04-08 Thread Jakub Jelinek
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