[all-commits] [llvm/llvm-project] 3e3acc: [PowerPC][MachinePipeliner] Enable pipeliner if ha...

jsji via All-commits all-commits at lists.llvm.org
Fri Jul 10 19:34:56 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3e3acc1cc773f61470d815165704288118cb27e1
      https://github.com/llvm/llvm-project/commit/3e3acc1cc773f61470d815165704288118cb27e1
  Author: Jinsong Ji <jji at us.ibm.com>
  Date:   2020-07-11 (Sat, 11 Jul 2020)

  Changed paths:
    M llvm/lib/Target/PowerPC/PPCSubtarget.cpp
    M llvm/test/CodeGen/PowerPC/sms-remark.ll

  Log Message:
  -----------
  [PowerPC][MachinePipeliner] Enable pipeliner if hasInstrSchedModel

P9 is the only one with InstrSchedModel, but we may have more in the
future, we should not hardcoded it to P9, check hasInstrSchedModel
instead.

Reviewed By: hfinkel

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




More information about the All-commits mailing list