[PATCH] D140693: [Driver][RISCV] Adjust the priority between -mcpu, -mtune and -march
Craig Topper via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 27 10:14:59 PST 2022
craig.topper added a comment.
So if I read this correctly, the effect of this is that we never pass `-target-cpu` to the backend after this patch and will only pass `-target-feature` and `-tune-cpu`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140693/new/
https://reviews.llvm.org/D140693
More information about the cfe-commits
mailing list