[PATCH][AArch64][committed] Fix gcc.target/aarch64/combine_bfi_1.c

Kyrill Tkachov kyrylo.tkachov@foss.arm.com
Fri Sep 14 16:04:00 GMT 2018


Hi all,

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.

Thanks,
Kyrill

2018-09-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>

     * gcc.target/aarch64/combine_bfi_1.c: Scan for bfi instruction
     rather than pattern name in combine dump.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: combine_bfi.patch
Type: text/x-patch
Size: 695 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20180914/761abc0c/attachment.bin>


More information about the Gcc-patches mailing list