[Mlir-commits] [mlir] [OpenACC] Add pass `ACCEmitRemarksPrivate`. (PR #205824)
Razvan Lupusoru
llvmlistbot at llvm.org
Thu Jun 25 09:22:49 PDT 2026
================
@@ -193,6 +193,20 @@ def ACCEmitRemarksLoop : Pass<"acc-emit-remarks-loop", "mlir::func::FuncOp"> {
];
}
+def ACCEmitRemarksPrivate
+ : Pass<"acc-emit-remarks-private", "mlir::func::FuncOp"> {
----------------
razvanlupusoru wrote:
I am OK with leaving it as a FuncOp walk since such reporting needs to happen while we still hold acc operations for privatization - which is surely before ACCRoutineToGPUFunc. Thanks.
https://github.com/llvm/llvm-project/pull/205824
More information about the Mlir-commits
mailing list