[Bug middle-end/107709] IVOPTs is introducing a non-zero assumption

2022-11-16 Thread amacleod at redhat dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107709 --- Comment #3 from Andrew Macleod --- we might be able to provide a lightweight ranger based query to determine if an ssa_name is non-null in a block.. in fact.. we may not need anything special. /* Create a new ranger instance and associate

[Bug middle-end/107709] IVOPTs is introducing a non-zero assumption

2022-11-16 Thread amacleod at redhat dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107709 --- Comment #2 from Andrew Macleod --- (In reply to Richard Biener from comment #1) > IVOPTs is usually quite careful with this and the infer of non-NULL from > ptr + CST is new - that introduced a new undefinedness in GIMPLE. The > workaround

[Bug middle-end/107709] IVOPTs is introducing a non-zero assumption

2022-11-16 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107709 Richard Biener changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #