[PATCH] D100085: [X86] Support -march=rocketlake

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 12 18:07:32 PDT 2021


craig.topper added inline comments.


================
Comment at: llvm/lib/Support/X86TargetParser.cpp:176
     FeaturesBroadwell | FeatureAES | FeatureCLFLUSHOPT | FeatureXSAVEC |
     FeatureXSAVES | FeatureSGX;
 // SkylakeServer inherits all SkylakeClient features except SGX.
----------------
skan wrote:
> Shouldn't the FeatureSGX be removed here?
That would change the frontend behavior which would require a wider discussion. My suggestion was only to change the backend behavior since there was nothing testable with llc anyway.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100085



More information about the llvm-commits mailing list