Dominik Adamski
Dominik Adamski
Check if Flang-new can handle the compilation of the Fortran function that contains both host and target-related OpenMP pragmas.
Add test cases which check redeclaration of the arrays.
Unify mapping between C and Fortran test code. Use only map(from: ) clause for both tests.
Flang generates two MLIR files for target-related pragmas: the host MLIR and the GPU MLIR. If a given source function contains both host and target-related pragmas, we must ensure that...
WIP -> Proposition of removing allocatable arrays descriptors