Landing: ab9d428a577b

Project / Subsystem

gcc / gcc

Date

2026-07-15

Author

Richard Biener

Commit

ab9d428a577b85cef3832bb92d6d3d0bb07e7ad5

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
gcc
patch_id
commit_hash
ab9d428a577b85cef3832bb92d6d3d0bb07e7ad5
source_type
github
headline
Improve dump when SLP fails to compute lane extraction insertion points
tldr
Enhance compiler dump messages for debugging when SLP vectorizer fails.
author
Richard Biener
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • compiler
  • optimization
  • debugging
discussion_id_link
bugzilla_pr
date
2026-07-15T00:00:00.000Z

Debugging compiler failures is critical for developers. This change enhances the dump messages produced by the SLP (Superword-Level Parallelism) vectorizer when it fails to compute lane extraction insertion points. The improved output in tree-vect-slp.cc aims to provide clearer insights into the failure, aiding developers in diagnosing issues with vectorization.