[all-commits] [llvm/llvm-project] 838b4a: [DebugInfo][NFC] Move LiveDebugValues class to header

Jeremy Morse via All-commits all-commits at lists.llvm.org
Tue Oct 12 08:07:47 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 838b4a533e6853d44e0c6d1977bcf0b06557d4ab
      https://github.com/llvm/llvm-project/commit/838b4a533e6853d44e0c6d1977bcf0b06557d4ab
  Author: Jeremy Morse <jeremy.morse at sony.com>
  Date:   2021-10-12 (Tue, 12 Oct 2021)

  Changed paths:
    M llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp
    A llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.h
    M llvm/unittests/CodeGen/CMakeLists.txt
    A llvm/unittests/CodeGen/InstrRefLDVTest.cpp

  Log Message:
  -----------
  [DebugInfo][NFC] Move LiveDebugValues class to header

This patch shifts the InstrRefBasedLDV class declaration to a header.
Partially because it's already massive, but mostly so that I can start
writing some unit tests for it. This patch also adds the boilerplate for
said unit tests.

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




More information about the All-commits mailing list