public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: "Stepanyan, Victoria" <Victoria.Stepanyan@amd.com>
To: "'gcc-patches@gcc.gnu.org'" <gcc-patches@gcc.gnu.org>
Cc: "'gerald@pfeifer.com'" <gerald@pfeifer.com>,
	"'ubizjak@gmail.com'"	<ubizjak@gmail.com>,
	"'rguenther@suse.de'" <rguenther@suse.de>,
	"Kumar, Venkataramanan" <Venkataramanan.Kumar@amd.com>
Subject: Turnoff prefetching for -march=znver1
Date: Tue, 02 Feb 2016 20:28:00 -0000	[thread overview]
Message-ID: <DM2PR12MB0137C7D2468EE7E84186E27385DF0@DM2PR12MB0137.namprd12.prod.outlook.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 294 bytes --]

Hi Maintainers,

This patch disables prefetching for -march=znver1 which is turned on by default.

gcc/ChangeLog:

2016-02-02 Victoria Stepanyan <victoria.stepanyan@amd.com>

	* gcc/config/i386/x86-tune.def: Disable default prefetching for -march=znver1

Ok for trunk?

Victoria


[-- Attachment #2: turnoff_prefetch.patch.txt --]
[-- Type: text/plain, Size: 580 bytes --]

--- a/gcc/config/i386/x86-tune.def
+++ b/gcc/config/i386/x86-tune.def
@@ -218,7 +218,7 @@ DEF_TUNE (X86_TUNE_FOUR_JUMP_LIMIT, "four_jump_limit",
    at -O3.  For the moment, the prefetching seems badly tuned for Intel
    chips.  */
DEF_TUNE (X86_TUNE_SOFTWARE_PREFETCHING_BENEFICIAL, "software_prefetching_beneficial",
-          m_K6_GEODE | m_AMD_MULTIPLE)
+          m_K6_GEODE | m_ATHLON_K8 | m_AMDFAM10 | m_BDVER | m_BTVER)

/* X86_TUNE_LCP_STALL: Avoid an expensive length-changing prefix stall
    on 16-bit immediate moves into memory on Core2 and Corei7.  */

             reply	other threads:[~2016-02-02 20:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-02 20:28 Stepanyan, Victoria [this message]
2016-02-02 20:49 ` Uros Bizjak
2016-02-04  7:55   ` Kumar, Venkataramanan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DM2PR12MB0137C7D2468EE7E84186E27385DF0@DM2PR12MB0137.namprd12.prod.outlook.com \
    --to=victoria.stepanyan@amd.com \
    --cc=Venkataramanan.Kumar@amd.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=gerald@pfeifer.com \
    --cc=rguenther@suse.de \
    --cc=ubizjak@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).