[llvm] [TableGen] Eliminate static CodeGenIntrinsicMap in PatternParser (PR #107339)

Rahul Joshi via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 6 00:14:48 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;
----------------
jurahul wrote:

SG, I was looking at that but there is R600.td and AMDGPU.td. Which one should I use?

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


More information about the llvm-commits mailing list