Details
Details
- Reviewers
• tstellarAMD jlebar
Diff Detail
Diff Detail
Event Timeline
lib/Transforms/Scalar/InferAddressSpaces.cpp | ||
---|---|---|
243–244 | auto*? | |
249 | Would this be better as auto push = [&](Value* Ptr) { appendsGenericAddressExpressionToPostorderStack( Ptr, &PostorderStack, &Visited); }; if (LoadInst *LI = ...) push(LI->getPointerOperand()); etc? As is I have to read closely to see whether or not there's anything interesting going on in these calls. | |
538 | Can we use a different word than "compatible"? It's not clear obvious what is the indirect object. A brief comment might also be helpful here. |
lib/Transforms/Scalar/InferAddressSpaces.cpp | ||
---|---|---|
236 | Nit, this is a variable, so it should not use the function naming convention, counterintuitive as that may be. |
Nit, this is a variable, so it should not use the function naming convention, counterintuitive as that may be.