aboutsummaryrefslogtreecommitdiff
path: root/libcpp
diff options
context:
space:
mode:
authorAndrew Pinski <quic_apinski@quicinc.com>2024-11-26 13:05:00 -0800
committerAndrew Pinski <quic_apinski@quicinc.com>2024-11-26 13:11:59 -0800
commit1a0d48060d6b0b7783adabb321f0a96ead16080b (patch)
tree6392c12cc71b79ad22e1b13e85f4b4e6bb825716 /libcpp
parent746629e22888b376f95c45779db40bfbfe2ab282 (diff)
downloadgcc-1a0d48060d6b0b7783adabb321f0a96ead16080b.zip
gcc-1a0d48060d6b0b7783adabb321f0a96ead16080b.tar.gz
gcc-1a0d48060d6b0b7783adabb321f0a96ead16080b.tar.bz2
aarch64: Fix fp8_scalar_1.c's stacktest1
The function body test was expecting: umov w0, v0.b[0] strb w0, [sp, 15] But the code generation was improved after r15-5375-gbeec291225be to just: str b0, [sp, 15] which is correct and better because no longer need to move between SIMD registers and the GPRs. This changes the function body test to new better code generation. Pushed as obvious after a test of the testcase to make sure it now passes. gcc/testsuite/ChangeLog: * gcc.target/aarch64/fp8_scalar_1.c (stacktest1): Fix for new improved code generation. Signed-off-by: Andrew Pinski <quic_apinski@quicinc.com>
Diffstat (limited to 'libcpp')
0 files changed, 0 insertions, 0 deletions