[Mlir-commits] [mlir] [mlir][Bufferization] castOrReallocMemRefValue: Use BufferizationOptions (PR #89175)
Matthias Gehre
llvmlistbot at llvm.org
Thu Apr 18 04:24:37 PDT 2024
================
@@ -75,7 +75,7 @@ BufferizeTypeConverter::BufferizeTypeConverter() {
if (!rankedDestType)
return nullptr;
FailureOr<Value> replacement =
- castOrReallocMemRefValue(builder, inputs[0], rankedDestType);
+ castOrReallocMemRefValue(builder, inputs[0], rankedDestType, {});
----------------
mgehre-amd wrote:
done
https://github.com/llvm/llvm-project/pull/89175
More information about the Mlir-commits
mailing list