[all-commits] [llvm/llvm-project] 84c8d0: [MLIR][Vector] Implement memory effect for print (...

lorenzo chelini via All-commits all-commits at lists.llvm.org
Fri Feb 2 02:05:47 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 84c8d0377de1f7f45e65e85d1f3cc69ca5e29af5
      https://github.com/llvm/llvm-project/commit/84c8d0377de1f7f45e65e85d1f3cc69ca5e29af5
  Author: lorenzo chelini <l.chelini at icloud.com>
  Date:   2024-02-02 (Fri, 02 Feb 2024)

  Changed paths:
    M mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
    M mlir/test/Dialect/Bufferization/Transforms/OwnershipBasedBufferDeallocation/dealloc-other.mlir

  Log Message:
  -----------
  [MLIR][Vector] Implement memory effect for print (#80400)

Add write memory effect for the print operation. The exact memory
behavior is implemented in other print-like operations such as
`transform::PrintOp` or `gpu::printf`.

Providing memory behavior allows using the operation in passes like
buffer deallocation instead of emitting an error.




More information about the All-commits mailing list