https://github.com/javedabsar1 commented:
Hi Matthias.
Will you delete references in docs in a different diff ?
https://github.com/llvm/llvm-project/blob/main/mlir/docs/Bufferization.md?plain=1#L561
https://github.com/llvm/llvm-project/pull/114154
___
@@ -111,9 +111,9 @@ module attributes {transform.with_named_sequence} {
transform.named_sequence @__transform_main(%arg1: !transform.any_op) {
%1 = transform.structured.match ops{["func.func"]} in %arg1 :
(!transform.any_op) -> !transform.any_op
-// func-bufferize c
https://github.com/javedabsar1 edited
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
@@ -86,18 +86,13 @@ getOrCreateFuncAnalysisState(OneShotAnalysisState &state) {
return state.addExtension();
}
-/// Return the unique ReturnOp that terminates `funcOp`.
-/// Return nullptr if there is no such unique ReturnOp.
-static func::ReturnOp getAssumedUniqueReturnOp(f
@@ -138,8 +140,8 @@ bufferization::getGlobalFor(arith::ConstantOp constantOp,
uint64_t alignment,
alignment > 0 ? IntegerAttr::get(globalBuilder.getI64Type(), alignment)
: IntegerAttr();
- BufferizeTypeConverter typeConverter;
javed
https://github.com/javedabsar1 requested changes to this pull request.
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-
@@ -11,6 +11,8 @@
//===--===//
#include "mlir/Dialect/Bufferization/Transforms/BufferUtils.h"
+
javedabsar1 wrote:
is the extra blank line preventing clang-format from sorting the headers.