[PATCH] D20178: Fix PR26055 - LiveDebugValues is very slow
Adrian Prantl via llvm-commits
llvm-commits at lists.llvm.org
Wed May 11 11:43:20 PDT 2016
aprantl created this revision.
aprantl added reviewers: dberlin, tvvikram, friss, samsonov.
aprantl added a subscriber: llvm-commits.
This path modifies the LiveDebugValues pass to use more efficient set datastructures as outlined in https://llvm.org/bugs/show_bug.cgi?id=26055.
This original revision is Daniel's original patch.
I'll follow-up with some bug fixes on top of it soon.
http://reviews.llvm.org/D20178
Files:
lib/CodeGen/LiveDebugValues.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20178.44767.patch
Type: text/x-patch
Size: 5233 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160511/2adcd407/attachment.bin>
More information about the llvm-commits
mailing list