mirror of
https://github.com/intel/llvm.git
synced 2026-01-18 16:50:51 +08:00
The op bufferizes similarly to tensor.generate: it is lowered to a linalg.map, which may then lower to a loop nest that fills the buffer. Differential Revision: https://reviews.llvm.org/D150952