aboutsummaryrefslogtreecommitdiff
path: root/contrib/gcc-changelog/git_commit.py
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2022-08-02 08:37:16 +0200
committerRichard Biener <rguenther@suse.de>2022-08-02 08:40:30 +0200
commitc30bbd4d169c98b7535a30384c6a971ee875fa44 (patch)
tree8e4f9d52b34fcf3c707a59adecdafe59e7efa2b4 /contrib/gcc-changelog/git_commit.py
parentbc7526f6fca0e6ac3bd462ae54170fa464539148 (diff)
downloadgcc-c30bbd4d169c98b7535a30384c6a971ee875fa44.zip
gcc-c30bbd4d169c98b7535a30384c6a971ee875fa44.tar.gz
gcc-c30bbd4d169c98b7535a30384c6a971ee875fa44.tar.bz2
tree-optimization/106498 - reduce SSA updates in autopar
The following reduces the number of SSA updates done during autopar OMP expansion, specifically avoiding the cases that just add virtual operands (where maybe none have been before) in dead regions of the CFG. Instead virtual SSA update is delayed until after the pass. There's much more TLC needed here, but test coverage makes it really difficult. PR tree-optimization/106498 * omp-expand.cc (expand_omp_taskreg): Do not perform virtual SSA update here. (expand_omp_for): Or here. (execute_expand_omp): Instead schedule it here together with CFG cleanup via TODO.
Diffstat (limited to 'contrib/gcc-changelog/git_commit.py')
0 files changed, 0 insertions, 0 deletions