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

Pierre van Houtryve via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 1 00:43:36 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"
----------------
Pierre-vh wrote:

They're not avoidable here, `Pattern.cpp` also needs them

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


More information about the llvm-commits mailing list