[llvm] [TableGen] More efficiency improvements for encode/decode emission. (PR #84647)
Wang Pengcheng via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 10 21:05:01 PDT 2024
================
@@ -17,6 +17,7 @@
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/CodeGenTypes/MachineValueType.h"
+#include "llvm/TableGen/Record.h"
----------------
wangpc-pp wrote:
We don't need forward declarations below now.
https://github.com/llvm/llvm-project/pull/84647
More information about the llvm-commits
mailing list