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

Sergio Afonso via flang-commits flang-commits at lists.llvm.org
Mon Jan 15 05:59:39 PST 2024


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

Thanks for pointing this out. I added a similar x86 test with explicit -target-feature options added to the frontend invocations, rather than the implicit ones added for AMDGPU.

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


More information about the flang-commits mailing list