[flang-commits] [openmp] [flang] [mlir] [Flang][OpenMP] Initial mapping of Fortran pointers and allocatables for target devices (PR #71766)

via flang-commits flang-commits at lists.llvm.org
Mon Jan 15 09:30:26 PST 2024


================
@@ -0,0 +1,349 @@
+// RUN: mlir-translate -mlir-to-llvmir %s | FileCheck %s
----------------
agozillon wrote:

I will try to hand reduce it as this is currently the output after running CSE/dce via mlir-opt, it's likely a little unnecessary for it to be a fully functional test case for the purpose of the IR checks in this test so I'll see what I can do. 

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


More information about the flang-commits mailing list