[flang-commits] [flang] [flang][acc] Implement cache directive lowering (PR #174897)
Razvan Lupusoru via flang-commits
flang-commits at lists.llvm.org
Fri Jan 9 08:09:37 PST 2026
================
@@ -0,0 +1,430 @@
+! This test checks lowering of OpenACC cache directive.
----------------
razvanlupusoru wrote:
Two more cases I still think need to be covered in testing (can be done in a follow-up change):
- orphan cache directive (not in any loop or acc region)
- uses of the `acc cache` variables AFTER the region it is cached in - to make sure that original variable is supplied.
https://github.com/llvm/llvm-project/pull/174897
More information about the flang-commits
mailing list