[PATCH] D29211: InferAddressSpaces: Support memory intrinsics
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 27 19:44:17 PST 2017
arsenm marked an inline comment as done.
arsenm added inline comments.
================
Comment at: lib/Transforms/Scalar/InferAddressSpaces.cpp:669
+ Use &U = *I;
+ I = skipToNextUser(I, E);
+
----------------
jlebar wrote:
> Could we retain some comment here?
I've moved the comment out of skipToNextUser onto the call site
https://reviews.llvm.org/D29211
More information about the llvm-commits
mailing list