[PATCH] D29190: InferAddressSpaces: Support atomics

Justin Lebar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 27 13:13:55 PST 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:236
+
+  auto pushPtrOperand = [&](Value *Ptr) {
+    appendsGenericAddressExpressionToPostorderStack(
----------------
Nit, this is a variable, so it should not use the function naming convention, counterintuitive as that may be.


https://reviews.llvm.org/D29190





More information about the llvm-commits mailing list