[arm] avoid aes-1742098 mitigation in combine tests
commit1a684dca0e812921a733e3ed7302977c7924b2ae
authorAlexandre Oliva <oliva@adacore.com>
Wed, 22 Feb 2023 17:35:34 +0000 (22 14:35 -0300)
committerAlexandre Oliva <oliva@gnu.org>
Wed, 22 Feb 2023 17:38:17 +0000 (22 14:38 -0300)
tree32fb7a0a42fef3b2eb9530ca22b96e287064cf75
parentc20ab9bcf06709b9c13fe3838d12d58490af9e78
[arm] avoid aes-1742098 mitigation in combine tests

The expected asm output for aes-fuse-[12].c does not correspond to
that which is generated when -mfix-cortex-a57-aes-1742098 is enabled.
The mitigation was introduced after the test, and enabled by default
for the selected processor, a72.  Select a53 instead, where the
migitation is not enabled by default, and all the expected fusions can
take place.

for  gcc/testsuite/ChangeLog

* gcc.target/arm/aes-fuse-1.c: Switch to -mcpu=cortex-a53.
* gcc.target/arm/aes-fuse-2.c: Likewise.
gcc/testsuite/gcc.target/arm/aes-fuse-1.c
gcc/testsuite/gcc.target/arm/aes-fuse-2.c