[PATCH] D12414: [NVPTX] add an NVPTX-specific alias analysis

Eli Bendersky via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 31 15:39:37 PDT 2015


eliben accepted this revision.
eliben added a reviewer: eliben.
eliben added a comment.
This revision is now accepted and ready to land.

lgtm


================
Comment at: lib/Target/NVPTX/NVPTXAliasAnalysis.cpp:11
@@ +10,3 @@
+// This is an NVPTX-specific alias analysis that determines whether two pointers
+// alias based on their address spaces. It reports two pointers no alias if they
+// point to different non-generic address spaces (i.e. global, shared,
----------------
s/no/do not/ ?


http://reviews.llvm.org/D12414





More information about the llvm-commits mailing list