Commit 6d5b4f9e by Naveen H.S Committed by Naveen H.S

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
parent ebee1eb9
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> 2017-02-02 Martin Sebor <msebor@redhat.com>
PR middle-end/79275 PR middle-end/79275
......
...@@ -792,7 +792,7 @@ static const struct tune_params thunderx2t99_tunings = ...@@ -792,7 +792,7 @@ static const struct tune_params thunderx2t99_tunings =
&generic_approx_modes, &generic_approx_modes,
4, /* memmov_cost. */ 4, /* memmov_cost. */
4, /* issue_rate. */ 4, /* issue_rate. */
AARCH64_FUSE_NOTHING, /* fuseable_ops. */ (AARCH64_FUSE_CMP_BRANCH | AARCH64_FUSE_AES_AESMC), /* fusible_ops */
16, /* function_align. */ 16, /* function_align. */
8, /* jump_align. */ 8, /* jump_align. */
16, /* loop_align. */ 16, /* loop_align. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment