[llvm] [TableGen] More efficiency improvements for encode/decode emission. (PR #84647)
Jason Eckhardt via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 11 05:17:17 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"
----------------
nvjle wrote:
Done.
Thank you for the review.
https://github.com/llvm/llvm-project/pull/84647
More information about the llvm-commits
mailing list