[flang-commits] [flang] [OpenMP][Flang] Add "IsolatedFromAbove" trait to omp.target (PR #67164)
Kiran Chandramohan via flang-commits
flang-commits at lists.llvm.org
Thu Oct 26 04:19:00 PDT 2023
================
@@ -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
More information about the flang-commits
mailing list