[PATCH] D90048: [flang][OpenMP] Upstream lowering of OpenMP `Flush` construct

Kiran Chandramohan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 23 08:10:45 PDT 2020


kiranchandramohan added inline comments.


================
Comment at: flang/lib/Lower/OpenMP.cpp:112
+              genObjectList(*ompObjectList, converter, operandRange);
+            if (auto &flushMemoryClause = std::get<
+                    std::optional<Fortran::parser::OmpFlushMemoryClause>>(
----------------
Is this variable used? Would it give a warning and cause a failure in the Werror enabled bots?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D90048/new/

https://reviews.llvm.org/D90048



More information about the llvm-commits mailing list