[all-commits] [llvm/llvm-project] 11089c: [mlir][bufferization] Support bufferization of ext...

Matthias Springer via All-commits all-commits at lists.llvm.org
Tue Oct 29 15:16:19 PDT 2024


  Branch: refs/heads/users/matthias-springer/bufferization_bodiless
  Home:   https://github.com/llvm/llvm-project
  Commit: 11089ccf2e05af6ace585abbec30ed49a5ac2561
      https://github.com/llvm/llvm-project/commit/11089ccf2e05af6ace585abbec30ed49a5ac2561
  Author: Matthias Springer <mspringer at nvidia.com>
  Date:   2024-10-29 (Tue, 29 Oct 2024)

  Changed paths:
    M mlir/include/mlir/Dialect/Bufferization/IR/BufferizableOpInterface.h
    M mlir/lib/Dialect/Bufferization/Transforms/FuncBufferizableOpInterfaceImpl.cpp
    M mlir/test/Dialect/Bufferization/Transforms/one-shot-module-bufferize-invalid.mlir
    M mlir/test/Dialect/Bufferization/Transforms/one-shot-module-bufferize.mlir

  Log Message:
  -----------
  [mlir][bufferization] Support bufferization of external functions

This commit adds support for bufferizing external functions that have no body. Such functions were previously rejected by One-Shot Bufferize if they returned a tensor value.

This commit is in preparation of removing the `func-bufferize` pass.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list