[PATCH] D79368: [MachinePipeliner] Add ORE for MachinePipeliner

Jinsong Ji via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 4 15:05:24 PDT 2020


jsji created this revision.
jsji added reviewers: bcahoon, hfinkel, jmolloy, kbarton.
Herald added subscribers: llvm-commits, hiraditya, nemanjai.
Herald added a project: LLVM.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D79368

Files:
  llvm/include/llvm/CodeGen/MachinePipeliner.h
  llvm/lib/CodeGen/MachinePipeliner.cpp
  llvm/test/CodeGen/PowerPC/sms-remark.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79368.261937.patch
Type: text/x-patch
Size: 11578 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200504/cb8ffa73/attachment.bin>


More information about the llvm-commits mailing list