[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.
parent
5b8e1a6e
Please register or sign in to comment