[PATCH] D58343: Enablement for AMD znver2 architecture - skeleton patch

Ganesh Gopalasubramanian via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 18 04:26:39 PST 2019


GGanesh created this revision.
GGanesh added reviewers: RKSimon, craig.topper.
GGanesh added a project: LLVM.
Herald added subscribers: llvm-commits, kristina.

This patch enables the following

1. AMD family 17h "znver2" tune flag (-march, -mcpu).
2. ISAs that are enabled for "znver2" architecture.
3. For the time being, it uses the znver1 scheduler model.
4. Tests are updated.


Repository:
  rL LLVM

https://reviews.llvm.org/D58343

Files:
  include/llvm/Support/X86TargetParser.def
  lib/Support/Host.cpp
  lib/Target/X86/X86.td
  test/CodeGen/X86/cpus-amd.ll
  test/CodeGen/X86/lzcnt-zext-cmp.ll
  test/CodeGen/X86/slow-unaligned-mem.ll
  test/CodeGen/X86/x86-64-double-shifts-var.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58343.187218.patch
Type: text/x-patch
Size: 5900 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190218/dd258407/attachment.bin>


More information about the llvm-commits mailing list