[PATCH] D32370: InferAddressSpaces: Infer for just GEPs

Justin Lebar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 21 13:48:16 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:301
   // We only explore address expressions that are reachable from loads and
   // stores for now because we aim at generating faster loads and stores.
   for (Instruction &I : instructions(F)) {
----------------
Seems like we should update this comment?


https://reviews.llvm.org/D32370





More information about the llvm-commits mailing list