================
@@ -582,6 +582,15 @@ static SmallVector<Value> getCollapsedIndices(RewriterBase 
&rewriter,
 
 namespace {
 
+/// Helper functon to return the index of the last dynamic dimension in 
`shape`.
----------------
momchil-velikov wrote:

`std::distance` returns a `ptrdiff_t`,  there's a chance it's not the same as 
`int64_t` (e.g. `long long` vs. `long`).

https://github.com/llvm/llvm-project/pull/142422
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to