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

Kan Shengchen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 12 18:09:52 PDT 2021


skan accepted this revision.
skan added inline comments.


================
Comment at: llvm/lib/Support/X86TargetParser.cpp:176
     FeaturesBroadwell | FeatureAES | FeatureCLFLUSHOPT | FeatureXSAVEC |
     FeatureXSAVES | FeatureSGX;
 // SkylakeServer inherits all SkylakeClient features except SGX.
----------------
craig.topper wrote:
> 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.
Okay, it makes sense to me.


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