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

David Truby via flang-commits flang-commits at lists.llvm.org
Fri May 31 05:48:17 PDT 2024


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

I sort of wanted to test that this will pass all the way through to LLVM IR. I'm not sure if that is tested on the `cf` dialect. Maybe it would be better to add the lowering here from fir to cf and then add a test in cf to LLVM IR for the loop annotation?

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


More information about the flang-commits mailing list