aarch64.c (thunderx2t99_tunings): Enable AES and cmp_branch fusion.

2017-02-02  Naveen H.S  <Naveen.Hurugalawadi@cavium.com>

	* config/aarch64/aarch64.c (thunderx2t99_tunings): Enable AES and
	cmp_branch fusion.

From-SVN: r245143
This commit is contained in:
Naveen H.S 2017-02-03 05:55:46 +00:00 committed by Naveen H.S
parent ebee1eb978
commit 6d5b4f9e71
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2017-02-02 Naveen H.S <Naveen.Hurugalawadi@cavium.com>
* config/aarch64/aarch64.c (thunderx2t99_tunings): Enable AES and
cmp_branch fusion.
2017-02-02 Martin Sebor <msebor@redhat.com>
PR middle-end/79275

View File

@ -792,7 +792,7 @@ static const struct tune_params thunderx2t99_tunings =
&generic_approx_modes,
4, /* memmov_cost. */
4, /* issue_rate. */
AARCH64_FUSE_NOTHING, /* fuseable_ops. */
(AARCH64_FUSE_CMP_BRANCH | AARCH64_FUSE_AES_AESMC), /* fusible_ops */
16, /* function_align. */
8, /* jump_align. */
16, /* loop_align. */