================
@@ -2621,6 +2621,15 @@ Type SubViewOp::inferResultType(MemRefType 
sourceMemRefType,
   dispatchIndexOpFoldResults(offsets, dynamicOffsets, staticOffsets);
   dispatchIndexOpFoldResults(sizes, dynamicSizes, staticSizes);
   dispatchIndexOpFoldResults(strides, dynamicStrides, staticStrides);
+
+  for (int64_t offset : staticOffsets) {
----------------
rikhuijzer wrote:

Because loops are relatively expensive you mean? Is this comment outdated when 
the logic moves to the interface and is specified as an invariant?

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

Reply via email to