This is an archive of the discontinued LLVM Phabricator instance.

[mlir][bufferization] Add restrict and writable attrs to to_tensor
ClosedPublic

Authored by springerm on Feb 14 2023, 9:00 AM.

Details

Summary

restrict is similar to the C++ restrict keyword. Such tensors are guaranteed to not alias with any tensors in the program (after bufferization).

Diff Detail