[llvm] [NFC][TableGen][GlobalISel] Move MIR Pattern Parsing out of Combiner Impl (PR #80257)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 1 00:55:30 PST 2024


================
@@ -0,0 +1,462 @@
+//===- PatternParser.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 "PatternParser.h"
+#include "../CodeGenIntrinsics.h"
+#include "../CodeGenTarget.h"
----------------
arsenm wrote:

don't you just need to add the TableGen top level dir to the include directories?

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


More information about the llvm-commits mailing list