[Mlir-commits] [flang] [mlir] [Flang][mlir] - Translation of delayed privatization for deferred target-tasks (PR #155348)

Michael Kruse llvmlistbot at llvm.org
Wed Oct 15 06:54:55 PDT 2025


================
@@ -0,0 +1,26 @@
+//===- Passes.h - LLVM Pass Construction and Registration -----------------===//
----------------
Meinersbur wrote:

```suggestion
//===- Passes.h - MLIR Pass Construction and Registration -------*- C++ -*-===//
```
[nit] `-*- C++ -*-` used used by vim to identifiy what syntax highlighting to use. I don't use it, but it is the way headers comments are formatted.

https://github.com/llvm/llvm-project/pull/155348


More information about the Mlir-commits mailing list