[llvm-branch-commits] [Flang][OpenMP] Derived type explicit allocatable member mapping (PR #111192)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Oct 24 05:55:34 PDT 2024


================
@@ -0,0 +1,161 @@
+!RUN: %flang_fc1 -emit-hlfir -fopenmp %s -o - | FileCheck %s
----------------
agozillon wrote:

Makes sense to me as the FIR type system tends to be a bit egregious, I'll do that for the main new tests I added in the PR, but going to avoid it in cases where I've not added anything significant or it's primarily just an alteration, as fully altering the files would be better done in a seperate tidy up PR as opposed to this one (one that could likely do the above for all of the OpenMP tests we have).

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


More information about the llvm-branch-commits mailing list