simplify-rtx: Punt for modes with precision above MAX_BITSIZE_MODE_ANY_INT [PR93376]
authorJakub Jelinek <jakub@redhat.com>
Fri, 24 Jan 2020 21:47:23 +0000 (22:47 +0100)
committerJakub Jelinek <jakub@redhat.com>
Fri, 24 Jan 2020 21:47:23 +0000 (22:47 +0100)
commit14e5881e37771f1f58123e77c558adb3b90c8764
tree6e799dae9aee8bc5a0a25cfff0a51afa6a9011ca
parent6ccc19bd4d12379a0d9fce486ceba3207749424a
simplify-rtx: Punt for modes with precision above MAX_BITSIZE_MODE_ANY_INT [PR93376]

The following patch makes sure we punt in the 3 spots if precision is above
MAX_BITSIZE_MODE_ANY_INT.

2020-01-24  Jakub Jelinek  <jakub@redhat.com>

PR target/93376
* simplify-rtx.c (simplify_const_unary_operation,
simplify_const_binary_operation): Punt for mode precision above
MAX_BITSIZE_MODE_ANY_INT.
gcc/ChangeLog
gcc/simplify-rtx.c