[PATCH] D158046: [X86] Support -march=gracemont
Simon Pilgrim via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 17 01:41:25 PDT 2023
RKSimon added inline comments.
================
Comment at: clang/lib/Basic/Targets/X86.cpp:551
case CK_Lunarlake:
+ case CK_Gracemont:
case CK_Sierraforest:
----------------
Why not handle this above (below tremont) as the next in the *mont series?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158046/new/
https://reviews.llvm.org/D158046
More information about the cfe-commits
mailing list