[flang-commits] [flang] [flang][fir] Add affine optimization pass pipeline. (PR #138627)

Kiran Chandramohan via flang-commits flang-commits at lists.llvm.org
Wed May 7 02:27:34 PDT 2025


================
@@ -0,0 +1,52 @@
+! RUN: %flang_fc1 -O1 -mllvm --enable-affine-opt -emit-llvm -fopenmp -o - %s \
----------------
kiranchandramohan wrote:

We usually do not test end to end in this directory. If you really need to test the whole pipeline then you have to move this test to the Integration directory. Also, it might be good to check minimally (only the presence of OpenMP runtime calls) to avoid this test being a burden for others making unrelated changes.

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


More information about the flang-commits mailing list