This is an archive of the discontinued LLVM Phabricator instance.

[mlir][arith][bufferize] Fix tensors with different layouts after bufferization
ClosedPublic

Authored by springerm on Apr 7 2022, 9:55 AM.

Details

Summary

Insert a cast if the two tensors with identical layout (that are passed to arith.select) have different layout maps after bufferization.

Diff Detail