[Mlir-commits] [mlir] [MLIR][MPI] adding MemoryEffects to MPI ops for buffer-deallocation-pipeline (PR #186158)
Frank Schlimbach
llvmlistbot at llvm.org
Thu Mar 12 09:24:53 PDT 2026
================
@@ -462,7 +462,7 @@ def MPI_RetvalCheckOp : MPI_Op<"retval_check", []> {
// ErrorClassOp
//===----------------------------------------------------------------------===//
-def MPI_ErrorClassOp : MPI_Op<"error_class", []> {
+def MPI_ErrorClassOp : MPI_Op<"error_class", [MemoryEffects<[MemRead]>]> {
----------------
fschlimb wrote:
done where possible.
https://github.com/llvm/llvm-project/pull/186158
More information about the Mlir-commits
mailing list