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

Andrzej WarzyƄski via flang-commits flang-commits at lists.llvm.org
Sat Nov 11 04:04:51 PST 2023


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

Is this really a driver test? This patch doesn't add any driver functionality, so there should be no driver tests, right?

Looks like all you want is to verify the lowering to LLVM, but that's different to testing the driver. Please could you move this file? I mostly want to avoid @pr-subscribers-flang-driver being tagged when no driver changes are made. Thanks!

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


More information about the flang-commits mailing list