[PATCH] D110258: [AArch64][Clang] Always add -tune-cpu argument to -cc1 driver

David Sherwood via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 22 08:37:52 PDT 2021


david-arm added a comment.

Hi @dmgreen, this is specifically being introduced for SVE targets to help make informed cost model decisions regarding the value of vscale - see D110259 <https://reviews.llvm.org/D110259>. We thought that using the "tune-cpu" attribute might be a good way of doing this.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110258



More information about the cfe-commits mailing list