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

Xuetian Weng xweng at google.com
Wed Aug 5 11:59:29 PDT 2015


wengxt added inline comments.

================
Comment at: test/CodeGen/NVPTX/load-with-non-coherent-cache.ll:222
@@ +221,3 @@
+; SM35: ld.f32
+define void @notkernel(float * noalias readonly %from, float * %to) {
+  %1 = load float, float * %from
----------------
from need to be a global address space pointer to make this check meaningful.


http://reviews.llvm.org/D11774





More information about the llvm-commits mailing list