[PATCH] [CaptureTracking] Avoid long compilation time on large basic blocks
Bruno Cardoso Lopes
bruno.cardoso at gmail.com
Fri Jun 12 13:47:00 PDT 2015
Hi Hal,
Updated the patch with your suggestions + the local densemap cache. It reduces the compile time from 12min to 2min. FTR, this approach will still check the entire BB and won't change capture tracker precision. Although I still believe we should be able to reduce the compile further under O1/O2 while paying the cost of losing precision, this discussion can be postponed to a forthcoming patch.
Thanks,
REPOSITORY
rL LLVM
http://reviews.llvm.org/D7010
Files:
include/llvm/Analysis/CFG.h
lib/Analysis/CFG.cpp
lib/Analysis/CaptureTracking.cpp
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7010.27593.patch
Type: text/x-patch
Size: 9217 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150612/8d12f8ba/attachment.bin>
More information about the llvm-commits
mailing list