[flang-commits] [flang] [flang][acc] Add TODO for cache directive lowering (PR #170608)

Zhen Wang via flang-commits flang-commits at lists.llvm.org
Thu Dec 4 09:07:24 PST 2025


================
@@ -4787,6 +4787,8 @@ genACC(Fortran::lower::AbstractConverter &converter,
        Fortran::semantics::SemanticsContext &semanticsContext,
        const Fortran::parser::OpenACCCacheConstruct &cacheConstruct) {
   fir::FirOpBuilder &builder = converter.getFirOpBuilder();
+  mlir::Location loc = converter.genLocation(cacheConstruct.source);
+  TODO(loc, "OpenACC cache directive");
----------------
wangzpgi wrote:

The PR was auto-merged before I saw your comment. I will clean up in a separate PR. Thanks.

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


More information about the flang-commits mailing list