[PATCH] D85257: [X86] Optimize getImpliedDisabledFeatures & getImpliedEnabledFeatures'

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 4 16:45:30 PDT 2020


nickdesaulniers added a comment.

Also, I don't think the results of the queries to `getImpliedDisabledFeatures` and `getImpliedEnabledFeatures` is likely to change, though we repeatedly check the same values (at least for this input I'm testing).  Is it worth throwing some `FeatureBitSets` in a map of some sort?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85257



More information about the llvm-commits mailing list