[Mlir-commits] [flang] [mlir] [MLIR][OpenMP] Changes to function-filtering pass (PR #71850)
Kiran Chandramohan
llvmlistbot at llvm.org
Mon Nov 13 03:31:36 PST 2023
================
@@ -0,0 +1,61 @@
+!RUN: %flang_fc1 -emit-llvm -fopenmp %s -o - | FileCheck %s --check-prefixes HOST,ALL
----------------
kiranchandramohan wrote:
If you are testing a specific pass then the tests should go to flang/test/Transforms/. If there are many OpenMP related tests you can create a sub-directory there. But note that the test here should be from FIR+OpenMP to FIR+OpenMP.
https://github.com/llvm/llvm-project/pull/71850
More information about the Mlir-commits
mailing list