]> gcc.gnu.org Git - gcc.git/commit
Move NOP stripping in SCEV analysis
authorRichard Biener <rguenther@suse.de>
Tue, 25 Oct 2022 08:04:56 +0000 (10:04 +0200)
committerRichard Biener <rguenther@suse.de>
Tue, 25 Oct 2022 09:15:25 +0000 (11:15 +0200)
commit3ee675724cb27eb2e8cfd82f6e234edc4a63f6be
treed37923c459c58f4e436d9922a2761c6c44b71657
parentd93171509aa7ca23148508b96f1c1f70b941d808
Move NOP stripping in SCEV analysis

The following moves a pair of STRIP_USELESS_TYPE_CONVERSIONS to
where it belongs and adds a comment on why we handle GENERIC
there at all.

* tree-scalar-evolution.cc (follow_ssa_edge_expr): Move
STRIP_USELESS_TYPE_CONVERSIONS to where it matters.
gcc/tree-scalar-evolution.cc
This page took 0.061523 seconds and 6 git commands to generate.