[llvm] [TableGen] Eliminate static CodeGenIntrinsicMap in PatternParser (PR #107339)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 5 22:54:52 PDT 2024
================
@@ -1,5 +1,8 @@
include "llvm/TableGen/SearchableTable.td"
-include "llvm/IR/Intrinsics.td"
+include "llvm/Target/Target.td"
+
+// Dummy target to pacify SearchTableEmitter code.
+def DummyTarget : Target;
----------------
arsenm wrote:
It was better before, this is adding more work for another tablegen invocation
https://github.com/llvm/llvm-project/pull/107339
More information about the llvm-commits
mailing list