[all-commits] [llvm/llvm-project] 8e84c9: [PowerPC] Separate Features that are known to be P...

stefanp-ibm via All-commits all-commits at lists.llvm.org
Wed Nov 27 13:40:53 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 8e84c9ae99846c91c4e9828f1945c200d26d2fb9
      https://github.com/llvm/llvm-project/commit/8e84c9ae99846c91c4e9828f1945c200d26d2fb9
  Author: Stefan Pintilie <stefanp at ca.ibm.com>
  Date:   2019-11-27 (Wed, 27 Nov 2019)

  Changed paths:
    M llvm/lib/Target/PowerPC/PPC.td
    A llvm/test/Analysis/CostModel/PowerPC/future-cost-model.ll

  Log Message:
  -----------
  [PowerPC] Separate Features that are known to be Power9 specific from Future CPU

The Power 9 CPU has some features that are unlikely to be passed on to future
versions of the CPU. This patch separates this out so that future CPU does not
inherit them.

Differential Revision: https://reviews.llvm.org/D70466




More information about the All-commits mailing list