[PATCH] D67259: [X86] Enable -mprefer-vector-width=256 by default for Skylake-avx512 and later Intel CPUs.
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 11 12:58:09 PDT 2019
spatel accepted this revision.
spatel added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/docs/ReleaseNotes.rst:100
+* -mprefer-vector-width=256 is now the default behavior skylake-avx512 and later
+ Intel CPUs. This tries to limit the use of 512-bit register which can cause a
+ decrease in CPU frequency on these CPUs. This can be re-enabled by passing
----------------
register -> registers
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67259/new/
https://reviews.llvm.org/D67259
More information about the llvm-commits
mailing list