commit | 808f4997bbfe6a0cb9f287ce3f61f7c601ec0cd6 | [log] [tgz] |
---|---|---|
author | Andrei Golubev <andrey.golubev@intel.com> | Wed May 14 11:17:09 2025 +0200 |
committer | Copybara-Service <copybara-worker@google.com> | Wed May 14 02:18:50 2025 -0700 |
tree | b92be574062ee8575f9b6d5ecfa16a180466752c | |
parent | 9c83230ef69ee046f94c571eaee8732078746fd6 [diff] |
[mlir][bufferization][NFC] Rename to_memref to to_buffer (#137180) As part of the work on transitioning bufferization dialect, ops, and associated logic to operate on newly added type interfaces (see 00eaff3e9c897c263a879416d0f151d7ca7eeaff), rename the bufferization.to_memref to highlight the generic nature of the op. Bufferization process produces buffers while memref is a builtin type rather than a generic term. Preserve the current API (to_buffer still produces a memref), however, as the new type interfaces are not used yet. GitOrigin-RevId: 8f91b108df21bee8ee64e88ffa7bdee230389800
See https://mlir.llvm.org/ for more information.