[flang-commits] [flang] [flang] Implement !DIR$ VECTOR ALWAYS (PR #93830)

Kiran Chandramohan via flang-commits flang-commits at lists.llvm.org
Fri May 31 09:14:42 PDT 2024


================
@@ -0,0 +1,42 @@
+// RUN: %flang_fc1 -emit-llvm -o - %s | FileCheck %s
----------------
kiranchandramohan wrote:

The `--fir-to-llvm-ir` conversion includes cf to LLVM Dialect. That should be a sufficient test for this. The LLVM Dialect to LLVM IR for loop attributes is already (hopefully) tested elsewhere.
An alternative is to write a test in the Integration directory.

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


More information about the flang-commits mailing list