[PATCH] D64630: [DebugInfo] Address performance regression with r364515
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 12 17:44:41 PDT 2023
aheejin added inline comments.
Herald added a project: All.
================
Comment at: llvm/lib/CodeGen/RegisterCoalescer.cpp:146
+ /// vreg => {set of vregs merged in}.
+ DenseMap<unsigned, SmallVector<unsigned, 4>> DbgMergedVRegNums;
+
----------------
Hello, this CL's been a while, but this structure doesn't seem to be used anywhere (in the current code as well). What is this for?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64630/new/
https://reviews.llvm.org/D64630
More information about the llvm-commits
mailing list