Landing: 47b70db8779a

Project / Subsystem

gcc / gcc/testsuite

Date

2026-07-01

Author

Jeevitha

Commit

47b70db8779a0991b9370e571ab18901b2643a63

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
gcc/testsuite
patch_id
commit_hash
47b70db8779a0991b9370e571ab18901b2643a63
source_type
github
headline
Update PowerPC VSX arithmetic tests
tldr
VSX arithmetic tests no longer force operands into FPRs, testing default instruction selection.
author
Jeevitha
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • testsuite
  • powerpc
  • vectorization
discussion_id_link
bugzilla_pr
date
2026-07-01T00:00:00.000Z

PowerPC VSX arithmetic tests have been updated to remove inline assembly that forced operands into floating-point registers (FPRs). This change allows the tests to evaluate the compiler’s default instruction selection for future VSX arithmetic instructions, enabling detection of any regressions or unintended changes in instruction generation.