================ @@ -0,0 +1,52 @@ +!RUN: %flang_fc1 -emit-llvm -fopenmp %s -o - | FileCheck %s ---------------- kiranchandramohan wrote: LLVM tests should not be here. We only have lowering (parse-tree to MLIR) here. https://github.com/llvm/llvm-project/pull/67164