EmptyTensorElimination is a pre-bufferization transformation that replaces "tensor.empty" ops with "tensor.extract_slice" ops. This revision adds support for cases where the input IR contains "tensor.cast" ops.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo