[PATCH] D69500: [X86] NFC: Convert LLVM command-line flag to target attribute

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 28 02:48:15 PDT 2019


RKSimon added a comment.

Add a comment to the ReleaseNotes X86 section?



================
Comment at: lib/Target/X86/X86.td:316
+// these targets lack FeatureFastPartialYMMorZMMWrite and VZEROUPPER is fast.
+// However, Knights Landing and later do have FeatureFastPartialYMMorZMMWrite
+// and VZEROUPPER is slow. These targets should omit the VZEROUPPER instruction.
----------------
Just say "some X86 processors" like above.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69500





More information about the llvm-commits mailing list