[PATCH] D20178: Fix PR26055 - LiveDebugValues is very slow

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Wed May 11 14:51:21 PDT 2016


aprantl updated this revision to Diff 56968.
aprantl added a comment.

Fixed VarLoc::getHashValue().

On trunk the testcase from the PR converges in 3 iterations and ~5s;
with this patch it converges in 3 iterations and ~4.8s.


http://reviews.llvm.org/D20178

Files:
  lib/CodeGen/LiveDebugValues.cpp
  test/DebugInfo/COFF/register-variables.ll
  test/DebugInfo/MIR/X86/live-debug-values-3preds.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20178.56968.patch
Type: text/x-patch
Size: 12588 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160511/ad8f7387/attachment.bin>


More information about the llvm-commits mailing list