[Mlir-commits] [mlir] [NFC][MLIR][TableGen] Eliminate `llvm::` for commonly used types (PR #110841)
Rahul Joshi
llvmlistbot at llvm.org
Wed Oct 2 10:05:55 PDT 2024
================
@@ -24,44 +24,51 @@
#include "llvm/TableGen/Record.h"
#include "llvm/TableGen/TableGenBackend.h"
-static llvm::cl::OptionCategory intrinsicGenCat("Intrinsics Generator Options");
+using llvm::Record;
+using llvm::RecordKeeper;
+using llvm::Regex;
+using llvm::SmallVector;
+using llvm::StringRef;
----------------
jurahul wrote:
Done
https://github.com/llvm/llvm-project/pull/110841
More information about the Mlir-commits
mailing list