[all-commits] [llvm/llvm-project] 2b70be: [MachineFunctionPass] Support -print-changed={, c}d...

Fangrui Song via All-commits all-commits at lists.llvm.org
Mon Aug 1 12:56:33 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2b70bebc6d7b9d452a032ca48a59a2e72a4934f8
      https://github.com/llvm/llvm-project/commit/2b70bebc6d7b9d452a032ca48a59a2e72a4934f8
  Author: Fangrui Song <i at maskray.me>
  Date:   2022-08-01 (Mon, 01 Aug 2022)

  Changed paths:
    M llvm/include/llvm/IR/PrintPasses.h
    M llvm/lib/CodeGen/MachineFunctionPass.cpp
    M llvm/lib/IR/PrintPasses.cpp
    M llvm/lib/Passes/StandardInstrumentations.cpp
    A llvm/test/Other/ChangePrinters/print-changed-diff-machine.ll
    M llvm/test/Other/print-changed-machine.ll

  Log Message:
  -----------
  [MachineFunctionPass] Support -print-changed={,c}diff{,-quiet}

Follow-up to D130434.
Move doSystemDiff to PrintPasses.cpp and call it in MachineFunctionPass.cpp.

Reviewed By: aeubanks

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




More information about the All-commits mailing list