mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 10:18:14 +08:00
Using callbacks for allocation/deallocation allows users to override the default. Also add an option to comprehensive bufferization pass to use `alloca` instead of `alloc`s. Note that this option is just for testing. The option to use `alloca` does not work well with the option to allow for returning memrefs.
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.