[PATCH] D154939: [TableGen] Deprecate old GI Combiner Emitter

Pierre van Houtryve via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 11 03:23:22 PDT 2023


Pierre-vh created this revision.
Pierre-vh added reviewers: aemerson, dsanders, arsenm.
Herald added a project: All.
Pierre-vh requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

Will be removed in a month or so.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D154939

Files:
  llvm/utils/TableGen/GICombinerEmitter.cpp


Index: llvm/utils/TableGen/GICombinerEmitter.cpp
===================================================================
--- llvm/utils/TableGen/GICombinerEmitter.cpp
+++ llvm/utils/TableGen/GICombinerEmitter.cpp
@@ -1019,6 +1019,10 @@
 //===----------------------------------------------------------------------===//
 
 static void EmitGICombiner(RecordKeeper &RK, raw_ostream &OS) {
+  PrintWarning(
+      "'-gen-global-isel-combiner' is deprecated and will be removed soon; "
+      "please use '-gen-global-isel-combiner-match-table' instead");
+
   CodeGenTarget Target(RK);
   emitSourceFileHeader("Global Combiner", OS);
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154939.538998.patch
Type: text/x-patch
Size: 627 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230711/e64e6f03/attachment.bin>


More information about the llvm-commits mailing list