================
@@ -138,8 +140,8 @@ bufferization::getGlobalFor(arith::ConstantOp constantOp, 
uint64_t alignment,
       alignment > 0 ? IntegerAttr::get(globalBuilder.getI64Type(), alignment)
                     : IntegerAttr();
 
-  BufferizeTypeConverter typeConverter;
----------------
javedabsar1 wrote:

Maybe I dont understand this part of bufferizer. Could you please add a comment 
why 
s/`typeConverter.convertType(type)`/getMemRefTypeWithStaticIdentityLayout(type)/'
 is correct.

https://github.com/llvm/llvm-project/pull/114155
_______________________________________________
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