[PATCH] D140693: [Driver][RISCV] Adjust the priority between -mcpu, -mtune and -march

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 11 10:25:44 PST 2023


MaskRay added a comment.

(Haven't looked carefully ) but the Pipeline model: matches AArch64 (ideal model in my view https://community.arm.com/arm-community-blogs/b/tools-software-ides-blog/posts/compiler-flags-across-architectures-march-mtune-and-mcpu)
(I probably need to update my https://maskray.me/blog/2022-08-28-march-mcpu-mtune)

"Architecture extension has quite complicated behavior now:" looks too complex.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140693



More information about the llvm-commits mailing list