[Mlir-commits] [mlir] [OpenMP][Flang] Add "IsolatedFromAbove" trait to omp.target (PR #67164)

Kiran Chandramohan llvmlistbot at llvm.org
Thu Oct 26 04:18:59 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 Mlir-commits mailing list