This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] BufferizeToAllocationOp: Support vector.mask
ClosedPublic

Authored by springerm on Jun 29 2023, 2:46 AM.

Details

Summary

This op needs special handling because the allocation for the masked op must be placed outside of the mask op.

Depends On: D153971

Diff Detail