[all-commits] [llvm/llvm-project] 8e3545: [Debugify] Accumulate the number of variables in d...

Anton Sidorenko via All-commits all-commits at lists.llvm.org
Fri Nov 25 00:04:42 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8e3545a64edbd4cb00ef60cce06ad0f214c0e041
      https://github.com/llvm/llvm-project/commit/8e3545a64edbd4cb00ef60cce06ad0f214c0e041
  Author: Anton Sidorenko <anton.sidorenko at syntacore.com>
  Date:   2022-11-25 (Fri, 25 Nov 2022)

  Changed paths:
    M llvm/lib/CodeGen/MachineDebugify.cpp
    M llvm/test/CodeGen/Generic/MIRDebugify/multifunction-module.mir

  Log Message:
  -----------
  [Debugify] Accumulate the number of variables in debugify metadata

When a module contains more than one function, we should update debugify metadata
by increasing the number of variables in the function rather than overwritting it.

Previous revert issue is fixed: I forgot to strip all x86-related info from the
test.

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




More information about the All-commits mailing list