[flang-commits] [mlir] [flang] [Flang][MLIR][OpenMP] Add support for target-cpu and target-features (PR #75344)

Mats Petersson via flang-commits flang-commits at lists.llvm.org
Fri Jan 12 09:15:00 PST 2024


================
@@ -0,0 +1,22 @@
+! RUN: %flang_fc1 -emit-fir %s -o - | FileCheck %s --check-prefixes=ALL,NONE
----------------
Leporacanthicus wrote:

You should add `REQUIRES: amdgpu-registered-target`

Maybe we also should have one or another of these that check on x86 or Arm, to reduce the risk of accidental breaks. Unfortunately, all these tests are by nature architecture-dependent, so can't be made generic.

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


More information about the flang-commits mailing list