[flang-commits] [flang] [mlir][VectorOps] Support string literals in `vector.print` (PR #68695)

Cullen Rhodes via flang-commits flang-commits at lists.llvm.org
Wed Oct 11 05:36:44 PDT 2023


================
@@ -0,0 +1,66 @@
+
+//===- PrintCallHelper.cpp - LLVM Interfaces --------------------*- C++ -*-===//
+//
+// 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 "mlir/Conversion/LLVMCommon/PrintCallHelper.h"
+#include "mlir/Conversion/ConvertToLLVM/ToLLVMInterface.h"
----------------
c-rhodes wrote:

this can be removed, it defines `ConvertToLLVMPatternInterface` which isn't used here.

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


More information about the flang-commits mailing list