[Mlir-commits] [mlir] [NFC][MLIR][TableGen] Eliminate `llvm::` for commonly used types (PR #110841)
River Riddle
llvmlistbot at llvm.org
Wed Oct 2 09:54:29 PDT 2024
================
@@ -707,7 +709,7 @@ class DefGenerator {
void emitParsePrintDispatch(ArrayRef<AttrOrTypeDef> defs);
/// The set of def records to emit.
- std::vector<const llvm::Record *> defRecords;
+ std::vector<const Record *> defRecords;
----------------
River707 wrote:
There isn't a specific reason why to use std::vector over SmallVector here.
https://github.com/llvm/llvm-project/pull/110841
More information about the Mlir-commits
mailing list