[Mlir-commits] [flang] [llvm] [mlir] [flang][OpenMP] Implicitly map allocatable record fields (PR #117867)
    Leandro Lupori 
    llvmlistbot at llvm.org
       
    Tue Dec  3 05:37:34 PST 2024
    
    
  
================
@@ -0,0 +1,63 @@
+// Tests that we implicitly map alloctable fields of a record when referenced in
+// a target region.
+
+// RUN: fir-opt --split-input-file --omp-map-info-finalization %s | FileCheck %s
+
+!record_t = !fir.type<_QFTrecored_t{
----------------
luporl wrote:
```suggestion
!record_t = !fir.type<_QFTrecord_t{
```
https://github.com/llvm/llvm-project/pull/117867
    
    
More information about the Mlir-commits
mailing list