[PATCH] D32553: InferAddressSpaces: Avoid looking up deleted values
Justin Lebar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 28 12:41:43 PDT 2017
jlebar accepted this revision.
jlebar added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lib/Transforms/Scalar/InferAddressSpaces.cpp:818
+ std::vector<Instruction *> DeadInstructions;
+
----------------
SmallVector?
https://reviews.llvm.org/D32553
More information about the llvm-commits
mailing list