[flang-commits] [flang] [Flang][HLFIR][OpenMP] Fix offloading tests broken by HLFIR (PR #69457)

Kiran Chandramohan via flang-commits flang-commits at lists.llvm.org
Thu Oct 19 02:59:55 PDT 2023


================
@@ -1,6 +1,7 @@
 #include "flang/Optimizer/Dialect/FIRDialect.h"
 #include "flang/Optimizer/Dialect/FIROps.h"
 #include "flang/Optimizer/Dialect/FIRType.h"
+#include "flang/Optimizer/HLFIR/HLFIROps.h"
----------------
kiranchandramohan wrote:

Nit: Check whether the pass will need to add HLFIR dialect as a dependency.

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


More information about the flang-commits mailing list