[Mlir-commits] [llvm] [mlir] [Flang][OpenMP][OpenMPIRBuilder] Implement module scope declare target use rewrite mechanism (PR #212920)

Sergio Afonso llvmlistbot at llvm.org
Mon Aug 3 07:06:14 PDT 2026


================
@@ -0,0 +1,60 @@
+// RUN: mlir-translate -mlir-to-llvmir %s | FileCheck %s
+
+// A more complicated exercise of the declare target global use rewrite when
+//  the original global is consumed by multiple PHI nodes, some nested, and
+//  additionally the original global lives in a non-default address space
+//  (address space 2)
----------------
skatrak wrote:

```suggestion
// A more complicated exercise of the declare target global use rewrite when
// the original global is consumed by multiple PHI nodes, some nested, and
// additionally the original global lives in a non-default address space
// (address space 2)
```

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


More information about the Mlir-commits mailing list