[PATCH] D106503: MCSubtargetInfo: Add debugging 'features' that dump current CPU bit state

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 22 12:22:11 PDT 2021


craig.topper added a comment.

Not a direct comment on what's in this patch

I'm curious, as X86 is probably one of the more complicated targets, does rust make use of llvm::X86::updateImpliedFeatures and llvm::X86::getFeaturesForCPU from llvm/lib/Support/X86TargetParser.cpp? That's a large chunk of the code clang uses for feature interactions.


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

https://reviews.llvm.org/D106503



More information about the llvm-commits mailing list