[PATCH] D65326: Fix for a dangling point bug in DeadStoreElimination pass
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 27 11:34:20 PDT 2019
fhahn added a comment.
I think `SetVector` would be more suitable and lead to slightly simpler code (http://llvm.org/doxygen/classllvm_1_1SetVector.html)
Also, could you upload the patch with more context? (`git show HEAD -U999999`)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65326/new/
https://reviews.llvm.org/D65326
More information about the llvm-commits
mailing list