[all-commits] [llvm/llvm-project] a1bbe8: [Debugify] Accumulate the number of variables in d...
Anton Sidorenko via All-commits
all-commits at lists.llvm.org
Thu Nov 24 07:50:19 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a1bbe8a4e2e50e7100dc17d9ddd1bfc3bfe44977
https://github.com/llvm/llvm-project/commit/a1bbe8a4e2e50e7100dc17d9ddd1bfc3bfe44977
Author: Anton Sidorenko <anton.sidorenko at syntacore.com>
Date: 2022-11-24 (Thu, 24 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.
Differential Revision: https://reviews.llvm.org/D136949
More information about the All-commits
mailing list