[flang-commits] [mlir] [flang] [MLIR][OpenMP] Changes to function-filtering pass (PR #71850)

Akash Banerjee via flang-commits flang-commits at lists.llvm.org
Mon Nov 13 04:03:14 PST 2023


================
@@ -0,0 +1,61 @@
+!RUN: %flang_fc1 -emit-llvm -fopenmp %s -o - | FileCheck %s --check-prefixes HOST,ALL
----------------
TIFitis wrote:

I've put up an RFC here https://discourse.llvm.org/t/rfc-flang-new-directory-for-adding-end-to-end-tests-for-lowering-to-llvm-ir-in-flang/74872.

Shall I let the `flang/test/Driver/OpenMP/target-filtering.f90` test be there for now in the Driver? Or I can remove it and add later based on the RFC.

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


More information about the flang-commits mailing list