[PATCH] D26224: NewGVN

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 12 14:11:34 PST 2016


On Mon, Dec 12, 2016 at 1:13 PM, Marcello Maggioni <hayarms at gmail.com> wrote:
> If the vector is the owner of the CongruenceClasses maybe making it a vector
> of unique_ptrs would solve the problem to the root.
>
> Marcello
>

I ended up deleting the members of the vector explicitly as it was
originally done in the branch (but then lost :()
Anyway, thanks for catching this up and the review!


More information about the llvm-commits mailing list