[PATCH] D83913: [X86] Change the tuning settings for pentium4 to be more modern since its the default 32-bit cpu in clang

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 15 15:19:29 PDT 2020


MaskRay added inline comments.


================
Comment at: llvm/lib/Target/X86/X86.td:1080
+
+  // Since 'pentirum4' is the default 32-bit CPU on Linux and Windows,
+  // give it more modern tunings.
----------------
Typo?


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

https://reviews.llvm.org/D83913





More information about the llvm-commits mailing list