[PATCH] D11774: [NVPTX] Use LDG for pointer induction variables

Jingyue Wu jingyue at google.com
Wed Aug 5 11:48:54 PDT 2015


jingyue added inline comments.

================
Comment at: test/CodeGen/NVPTX/load-with-non-coherent-cache.ll:216
@@ +215,3 @@
+
+; Without interprocedural analysis, we can only know that the parameter is
+; global and never written to from a kernel function.
----------------
This comment doesn't parse to me. Do you mean

we can only know that the parameter is global
but *don't* know it's never written to from the caller? 


http://reviews.llvm.org/D11774





More information about the llvm-commits mailing list