public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-6528] Always set EDGE_EXECUTABLE in VRP2.
@ 2022-01-12 15:28 Andrew Macleod
  0 siblings, 0 replies; only message in thread
From: Andrew Macleod @ 2022-01-12 15:28 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:77184b7446196eae1a70452939ccd3e99e0d2e3b

commit r12-6528-g77184b7446196eae1a70452939ccd3e99e0d2e3b
Author: Andrew MacLeod <amacleod@redhat.com>
Date:   Tue Jan 11 09:59:21 2022 -0500

    Always set EDGE_EXECUTABLE in VRP2.
    
            PR tree-optimization/103551
            * tree-vrp.c (execute_ranger_vrp): Always set EDGE_EXECUTABLE.

Diff:
---
 gcc/tree-vrp.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/tree-vrp.c b/gcc/tree-vrp.c
index 804f3171ccc..62946450b13 100644
--- a/gcc/tree-vrp.c
+++ b/gcc/tree-vrp.c
@@ -4332,6 +4332,7 @@ execute_ranger_vrp (struct function *fun, bool warn_array_bounds_p)
   scev_initialize ();
   calculate_dominance_info (CDI_DOMINATORS);
 
+  set_all_edges_as_executable (fun);
   gimple_ranger *ranger = enable_ranger (fun);
   rvrp_folder folder (ranger);
   folder.substitute_and_fold ();


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-01-12 15:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-12 15:28 [gcc r12-6528] Always set EDGE_EXECUTABLE in VRP2 Andrew Macleod

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).