[all-commits] [llvm/llvm-project] 7f2ebd: [mlir] Split BufferUtils.h out of Bufferize.h

Sean Silva via All-commits all-commits at lists.llvm.org
Thu Nov 19 13:02:49 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 7f2ebde7357a93103f9d64f7c109f8cab27de98d
      https://github.com/llvm/llvm-project/commit/7f2ebde7357a93103f9d64f7c109f8cab27de98d
  Author: Sean Silva <silvasean at google.com>
  Date:   2020-11-19 (Thu, 19 Nov 2020)

  Changed paths:
    A mlir/include/mlir/Transforms/BufferUtils.h
    M mlir/include/mlir/Transforms/Bufferize.h
    M mlir/lib/Transforms/BufferDeallocation.cpp
    M mlir/lib/Transforms/BufferOptimizations.cpp
    A mlir/lib/Transforms/BufferUtils.cpp
    M mlir/lib/Transforms/CMakeLists.txt

  Log Message:
  -----------
  [mlir] Split BufferUtils.h out of Bufferize.h

These utilities are more closely associated with the buffer
optimizations and buffer deallocation than with the dialect conversion
stuff in Bufferize.h. So move them out.

This makes Bufferize.h very easy to understand and completely focused on
dialect conversion.

Differential Revision: https://reviews.llvm.org/D91563




More information about the All-commits mailing list