[PATCH] D86820: [X86] Add a /tune: option for clang-cl

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 31 10:10:45 PDT 2020


craig.topper added a comment.

In D86820#2247336 <https://reviews.llvm.org/D86820#2247336>, @hans wrote:

> Would it be enough for users to specify /clang:-mtune instead? How does icc spell its option?

I didn't know you could spell it as /clang:-mtune.     ICC has /tune: according to this documentation https://software.intel.com/content/www/us/en/develop/documentation/cpp-compiler-developer-guide-and-reference/top/compiler-reference/compiler-options/compiler-option-details/code-generation-options/mtune-tune.html


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86820/new/

https://reviews.llvm.org/D86820



More information about the cfe-commits mailing list