mirror of
https://github.com/intel/llvm.git
synced 2026-01-23 16:06:39 +08:00
Add an option that does not bufferize the targeted op itself, but just materializes a buffer for the destination operands. This is useful for partial bufferization of complex ops such as `scf.forall`, which need special handling (and an analysis if the region). Differential Revision: https://reviews.llvm.org/D155946
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.