[Bug tree-optimization/92033] ICE during dom with -march=armv8.2-a+sve

2019-10-16 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92033 rsandifo at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug tree-optimization/92033] ICE during dom with -march=armv8.2-a+sve

2019-10-16 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92033 --- Comment #4 from rsandifo at gcc dot gnu.org --- Author: rsandifo Date: Wed Oct 16 09:50:44 2019 New Revision: 277056 URL: https://gcc.gnu.org/viewcvs?rev=277056=gcc=rev Log: Deal with incoming POLY_INT_CST ranges (PR92033) This patch

[Bug tree-optimization/92033] ICE during dom with -march=armv8.2-a+sve

2019-10-13 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92033 Aldy Hernandez changed: What|Removed |Added CC||sje at gcc dot gnu.org --- Comment #3

[Bug tree-optimization/92033] ICE during dom with -march=armv8.2-a+sve

2019-10-11 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92033 rsandifo at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last

[Bug tree-optimization/92033] ICE during dom with -march=armv8.2-a+sve

2019-10-08 Thread prathamesh3492 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92033 --- Comment #1 from prathamesh3492 at gcc dot gnu.org --- This seems to happen pretty much for any arithmetic ops inside loop with SVE. For instance, with cases: for (int i = 0; i < N; i++) dst[i] = ~in1[i]; for (int i = 0; i < N; i++)