[llvm] [TableGen] Split GlobalISelCombinerEmitter into multiple files (PR #73325)

Pierre van Houtryve via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 28 02:48:04 PST 2023


================
@@ -0,0 +1,845 @@
+//===- Patterns.cpp --------------------------------------------*- 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 "Patterns.h"
+#include "../CodeGenInstruction.h"
----------------
Pierre-vh wrote:

Unfortunately needed, linkage of that library is a bit of a mess, I'll create a patch to clean it up after this.

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


More information about the llvm-commits mailing list