Landing: 6ef45ba65b3b

Project / Subsystem

gcc / gcc/tree-vect

Date

2026-03-02

Author

Richard Biener

Commit

6ef45ba65b3b19d8ae53d04bbfc1eef9cee141cc

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
gcc/tree-vect
patch_id
commit_hash
6ef45ba65b3b19d8ae53d04bbfc1eef9cee141cc
source_type
github
headline
Improve Code Flow in vect_slp_analyze_operations
tldr
This commit rearranges code within the vectorization analysis to improve code readability and isolate responsibilities.
author
Richard Biener
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • vectorization
  • SLP
  • refactor
discussion_id_link
bugzilla_pr
date
2026-03-02T00:00:00.000Z

This commit reorganizes the basic block vectorization live statement marking process. It moves the vect_bb_slp_mark_live_stmts call and SLP statement marking to vect_slp_analyze_bb_1, placing it right before its only consumer. This change aims to improve code flow and make the logic more obvious, which could help with maintainability and future development.