Landing: 4f2324623178

Project / Subsystem

gcc / gcc/vect

Date

2026-05-20

Author

Alfie Richards

Commit

4f2324623178ec10c449b59e46f23e2731d3fa6e

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
gcc/vect
patch_id
commit_hash
4f2324623178ec10c449b59e46f23e2731d3fa6e
source_type
github
headline
Add null check for optional pointer increment in data reference creation
tldr
Adds a null check for optional pointer increment in `vect_create_data_ref_ptr`.
author
Alfie Richards
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • vectorization
  • compiler
  • bugfix
discussion_id_link
bugzilla_pr
date
2026-05-20T00:00:00.000Z

A null check has been added to the vect_create_data_ref_ptr function within the vectorization component. This ensures that an optional pointer increment value is properly handled, preventing potential issues if it’s not provided.