[flang-commits] [flang] [Flang] Extracting internal constants from scalar literals (PR #73829)

Tom Eccles via flang-commits flang-commits at lists.llvm.org
Thu Dec 7 09:06:37 PST 2023


================
@@ -0,0 +1,209 @@
+//===- ConstExtruder.cpp -----------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#include "flang/Optimizer/Builder/BoxValue.h"
----------------
tblah wrote:

I don't think all of these includes are necessary

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


More information about the flang-commits mailing list