[PATCH] D45397: [Mem2Reg] Create merged debug locations for inserted phis

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 17 15:04:15 PDT 2018


vsk marked 2 inline comments as done.
vsk added a comment.

Thanks!



================
Comment at: lib/Transforms/Utils/PromoteMemoryToRegister.cpp:169
 class RenamePassData {
 public:
   using ValVector = std::vector<Value *>;
----------------
aprantl wrote:
> might as well make this a struct?
I'll do this in a prep commit.


https://reviews.llvm.org/D45397





More information about the llvm-commits mailing list