[all-commits] [llvm/llvm-project] df4a93: [IROutliner] Adding OptRemarks to the IROutliner Pass

Andrew Litteken via All-commits all-commits at lists.llvm.org
Tue Dec 29 13:56:53 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: df4a931c63b60db4589e348e8f8ab9a49e093aa7
      https://github.com/llvm/llvm-project/commit/df4a931c63b60db4589e348e8f8ab9a49e093aa7
  Author: Andrew Litteken <andrew_litteken at apple.com>
  Date:   2020-12-29 (Tue, 29 Dec 2020)

  Changed paths:
    M llvm/include/llvm/Transforms/IPO/IROutliner.h
    M llvm/lib/Transforms/IPO/IROutliner.cpp
    A llvm/test/Transforms/IROutliner/opt-remarks.ll

  Log Message:
  -----------
  [IROutliner] Adding OptRemarks to the IROutliner Pass

This prints OptRemarks at each location where a decision is made to not
outline, or to outline a specific section for the IROutliner pass.

Test:
llvm/test/Transforms/IROutliner/opt-remarks.ll

Reviewers: jroelofs, paquette

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




More information about the All-commits mailing list