[flang-commits] [flang] [flang] Implement !DIR$ VECTOR ALWAYS (PR #93830)
Tom Eccles via flang-commits
flang-commits at lists.llvm.org
Fri May 31 09:02:48 PDT 2024
================
@@ -0,0 +1,29 @@
+! RUN: %flang_fc1 -emit-fir -o - %s | FileCheck %s
----------------
tblah wrote:
emit-fir goes via HLFIR by default, but it is a more minimal test to look at the IR immediately after lowering (to HLFIR)
https://github.com/llvm/llvm-project/pull/93830
More information about the flang-commits
mailing list