[all-commits] [llvm/llvm-project] f27cea: Add way to omit debug-location from MIR output

Daniel Sanders via All-commits all-commits at lists.llvm.org
Mon Apr 6 16:22:16 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f27cea721e5893c112edfe1136973ed77064580b
      https://github.com/llvm/llvm-project/commit/f27cea721e5893c112edfe1136973ed77064580b
  Author: Daniel Sanders <daniel_l_sanders at apple.com>
  Date:   2020-04-06 (Mon, 06 Apr 2020)

  Changed paths:
    M llvm/lib/CodeGen/MIRPrinter.cpp

  Log Message:
  -----------
  Add way to omit debug-location from MIR output

Summary:
In lieu of a proper pass that strips debug info, add a way
to omit debug-locations from the MIR output so that
instructions with MMO's continue to match CHECK's when
mir-debugify is used

Reviewers: aprantl, bogner, vsk

Subscribers: hiraditya, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list