[PATCH] D86503: [X86] Support -march=sapphirerapids

Freddy, Ye via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 24 18:58:15 PDT 2020


FreddyYe created this revision.
FreddyYe added reviewers: craig.topper, pengfei, LuoYuanke.
Herald added subscribers: llvm-commits, Sanitizers, cfe-commits, hiraditya.
Herald added projects: clang, Sanitizers, LLVM.
FreddyYe requested review of this revision.

Support -march=sapphirerapids for x86.
Compare with Icelake Server, it includes 14 more new features. They are
amxtile, amxint8, amxbf16, avx512bf16, avx512vp2intersect, cldemote,
enqcmd, movdir64b, movdiri, prwrite, serialize, shstk, tsxldtrk, waitpkg.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D86503

Files:
  clang/lib/Basic/Targets/X86.cpp
  clang/test/CodeGen/attr-target-mv.c
  clang/test/CodeGen/target-builtin-noerror.c
  clang/test/Driver/x86-march.c
  clang/test/Misc/target-invalid-cpu-note.c
  clang/test/Preprocessor/predefined-arch-macros.c
  compiler-rt/lib/builtins/cpu_model.c
  llvm/include/llvm/Support/X86TargetParser.def
  llvm/include/llvm/Support/X86TargetParser.h
  llvm/lib/Support/Host.cpp
  llvm/lib/Support/X86TargetParser.cpp
  llvm/lib/Target/X86/X86.td
  llvm/test/CodeGen/X86/cpus-intel.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86503.287547.patch
Type: text/x-patch
Size: 17134 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200825/b9b2519c/attachment.bin>


More information about the llvm-commits mailing list