[flang-commits] [flang] [NFC][Flang] Move bounds helper functions to Util header. (PR #158658)
Pranav Bhandarkar via flang-commits
flang-commits at lists.llvm.org
Tue Sep 16 21:59:29 PDT 2025
================
@@ -13,6 +13,17 @@
#ifndef FORTRAN_OPTIMIZER_OPENMP_UTILS_H
#define FORTRAN_OPTIMIZER_OPENMP_UTILS_H
+#include "flang/Optimizer/Builder/BoxValue.h"
----------------
bhandarkar-pranav wrote:
Shouldn't `BoxValue.h` move to `flang/Optimizer/Support`?
https://github.com/llvm/llvm-project/pull/158658
More information about the flang-commits
mailing list