<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jan 21, 2016 at 4:25 PM, Manuel Jacob via llvm-commits <span dir="ltr"><<a href="mailto:llvm-commits@lists.llvm.org" target="_blank">llvm-commits@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">mjacob added a comment.<br>
<br>
The title of this revision seems to be wrong. I don't see any changes to the API of `gep_type_iterator`.<br>
<br>
<br>
================<br>
Comment at: include/llvm/IR/DataLayout.h:446<br>
@@ -444,3 +445,3 @@<br>
   /// This is used to implement getelementptr.<br>
-  uint64_t getIndexedOffset(Type *Ty, ArrayRef<Value *> Indices) const;<br>
+  uint64_t getIndexedOffsetInType(Type *ElemTy, ArrayRef<Value *> Indices) const;<br>
<br>
----------------<br>
I'd like to hear another comment on the name before you commit this.<br></blockquote><div><br></div><div>Seems OK to me - sure, could be better, but nothing jumps out at me</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
================<br>
Comment at: lib/IR/DataLayout.cpp:730-732<br>
@@ -731,2 +729,5 @@<br>
<br>
+  // We can use 0 as the address space as we don't need<br>
+  // to get pointer types back from gep_type_iterator.<br>
+  unsigned AS = 0;<br>
   generic_gep_type_iterator<Value* const*><br>
----------------<br>
I don't really like this. If this is required, we should consider changing the generic_gep_type_iterator API first.<br></blockquote><div><br></div><div>True-ish. Also open to ideas here, but think this might be a sufficiently narrow case that building better API for it may not be all that interesting/worthwhile.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
<a href="http://reviews.llvm.org/D16282" rel="noreferrer" target="_blank">http://reviews.llvm.org/D16282</a><br>
<br>
<br>
<br>
_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@lists.llvm.org">llvm-commits@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits</a><br>
</blockquote></div><br></div></div>