[flang-commits] [flang] [flang][acc] Implement cache directive lowering (PR #174897)
Razvan Lupusoru via flang-commits
flang-commits at lists.llvm.org
Thu Jan 8 09:58:16 PST 2026
================
@@ -0,0 +1,299 @@
+! This test checks lowering of OpenACC cache directive.
----------------
razvanlupusoru wrote:
I like these tests. A few suggestions to make them more complete:
- Include CHECK lines for the loop bodies themselves showing that the result of acc.cache is used.
- Add tests to show that the "scope" of the acc.cache is correctly terminated. Include standard cases like loops but also include case where unstructured control flow is used.
https://github.com/llvm/llvm-project/pull/174897
More information about the flang-commits
mailing list