[flang-commits] [flang] [mlir] [flang][OpenMP] Implement HAS_DEVICE_ADDR clause (PR #128568)

Sergio Afonso via flang-commits flang-commits at lists.llvm.org
Thu Feb 27 06:31:00 PST 2025


================
@@ -308,17 +308,6 @@ llvm.func @target_device(%x : i32) {
 
 // -----
 
-llvm.func @target_has_device_addr(%x : !llvm.ptr) {
----------------
skatrak wrote:

We should now add a test to check that the OpenMP to LLVM IR translation of this clause works as expected. That could be added in openmp-llvm.mlir in this same directory, for example.

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


More information about the flang-commits mailing list