This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg][bufferize][NFC] Change allocationFn return type to FailureOr<Value>
ClosedPublic

Authored by springerm on Dec 31 2021, 7:42 AM.

Details

Summary

In addition, all functions that call allocationFn now return FailureOr<Value>. This resolves a few TODOs in the code base.

Depends On D116451

Diff Detail