[AArch64][committed] Fix gcc.target/aarch64/combine_bfi_1.c
commit925c0897ee08d754d85dddf709cc76274249562c
authorktkachov <ktkachov@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 14 Sep 2018 16:05:42 +0000 (14 16:05 +0000)
committerktkachov <ktkachov@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 14 Sep 2018 16:05:42 +0000 (14 16:05 +0000)
tree1bddbf512beb879a6b7bbd590dd06fd2b2862392
parent3033e419ae6dc85bf1c40ced66f1caeef619ade0
[AArch64][committed] Fix gcc.target/aarch64/combine_bfi_1.c

This test started failing because some of the functions in the combine dump that it scans uses a different pattern to match the same instruction: insv_regsi rather than aarch64_bfi.
The code generation is still the same.
The patch changes the scan to look for the actual instruction we want in the assembly.

This fixes the test.
Committing to trunk as obvious.

     * gcc.target/aarch64/combine_bfi_1.c: Scan for bfi instruction
     rather than pattern name in combine dump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@264323 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/aarch64/combine_bfi_1.c