[PATCH] D23518: Split DescribeAddressIf* (and DescribeHeapAddress) between a function that gets all the information (structured), and one that prints it.

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 15 10:13:44 PDT 2016


kcc added a comment.

This is a large change and will take quadratic time for review. 
Please help me speed it up by splitting the change into several. 
Especially, separate simple refactoring (moving code around that does not change functionality) from actual changes in the code (even renaming functions).


https://reviews.llvm.org/D23518





More information about the llvm-commits mailing list