[flang-commits] [flang] [flang] Associate named constant actual arguments with their storage (PR #222986)

Eugene Epshteyn via flang-commits flang-commits at lists.llvm.org
Tue Sep 22 08:54:27 PDT 2026


================
@@ -0,0 +1,21 @@
+!===----------------------------------------------------------------------===!
+! This directory can be used to add Integration tests involving multiple
+! stages of the compiler (for eg. from Fortran to LLVM IR). It should not
+! contain executable tests. We should only add tests here sparingly and only
+! if there is no other way to test. Repeat this message in each test that is
+! added to this directory and sub-directories.
+!===----------------------------------------------------------------------===!
+
+! RUN: %flang_fc1 -emit-llvm %s -triple ppc64le-unknown-linux -o - | FileCheck %s
----------------
eugeneepshteyn wrote:

Done.

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


More information about the flang-commits mailing list