diff options
author | Alex Coplan <alex.coplan@arm.com> | 2023-10-04 13:32:36 +0100 |
---|---|---|
committer | Alex Coplan <alex.coplan@arm.com> | 2023-10-19 11:12:23 +0100 |
commit | 583ca5f5997df6595b0c760053f4499a456b0003 (patch) | |
tree | 05bce37fe32aa519637ec1607f16caed5cf631ea /gcc/tree-vect-loop-manip.cc | |
parent | 505f1202e3a1a1aecd0df10d0f1620df6fea4ab5 (diff) | |
download | gcc-583ca5f5997df6595b0c760053f4499a456b0003.zip gcc-583ca5f5997df6595b0c760053f4499a456b0003.tar.gz gcc-583ca5f5997df6595b0c760053f4499a456b0003.tar.bz2 |
aarch64, testsuite: Prevent stp in lr_free_1.c
The test is looking for individual stores which are able to be merged
into stp instructions. The test currently passes -fno-schedule-fusion
-fno-peephole2, presumably to prevent these stores from being turned
into stps, but this is no longer sufficient with the new ldp/stp fusion
pass.
As such, we add --param=aarch64-stp-policy=never to prevent stps being
formed.
gcc/testsuite/ChangeLog:
* gcc.target/aarch64/lr_free_1.c: Add
--param=aarch64-stp-policy=never to dg-options.
Diffstat (limited to 'gcc/tree-vect-loop-manip.cc')
0 files changed, 0 insertions, 0 deletions