erichkeane accepted this revision.
erichkeane added a comment.
This revision is now accepted and ready to land.

1 nit, plus the clang-tidy suggestions.



================
Comment at: clang/lib/Basic/Targets/X86.cpp:1559
+           "CPU Type without a key feature used in 'target' attribute");
+    return (getFeaturePriority((ProcessorFeatures)KeyFeature) << 1) + 1;
   }
----------------
static-cast?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82414



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to