[all-commits] [llvm/llvm-project] 80b78a: [MachinePipeliner] Add ORE for MachinePipeliner

jsji via All-commits all-commits at lists.llvm.org
Tue May 5 09:12:48 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 80b78a47e5370ca3a0d2b3cc8e30c3ce1674b298
      https://github.com/llvm/llvm-project/commit/80b78a47e5370ca3a0d2b3cc8e30c3ce1674b298
  Author: Jinsong Ji <jji at us.ibm.com>
  Date:   2020-05-05 (Tue, 05 May 2020)

  Changed paths:
    M llvm/include/llvm/CodeGen/MachinePipeliner.h
    M llvm/lib/CodeGen/MachinePipeliner.cpp
    A llvm/test/CodeGen/PowerPC/sms-remark.ll

  Log Message:
  -----------
  [MachinePipeliner] Add ORE for MachinePipeliner

This patch adds ORE for MachinePipeliner, so that people can anaylyze
their code using opt-viewer or other tools, then optimize the code to
catch more piplining opportunities.

Reviewed By: bcahoon

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




More information about the All-commits mailing list