[all-commits] [llvm/llvm-project] 5e101d: [mlir][nfc] Replace some `std::vector`s with `Smal...
Ivan Butygin via All-commits
all-commits at lists.llvm.org
Tue Apr 22 10:07:23 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5e101de13671a525d30ed7f546c1a8611db1da19
https://github.com/llvm/llvm-project/commit/5e101de13671a525d30ed7f546c1a8611db1da19
Author: Ivan Butygin <ivan.butygin at gmail.com>
Date: 2025-04-22 (Tue, 22 Apr 2025)
Changed paths:
M mlir/include/mlir/IR/BuiltinAttributes.h
M mlir/include/mlir/IR/BuiltinAttributes.td
M mlir/lib/IR/BuiltinAttributes.cpp
Log Message:
-----------
[mlir][nfc] Replace some `std::vector`s with `SmallVector` (#136703)
`SmallVector` is preferable to `std::vector`
https://llvm.org/docs/ProgrammersManual.html#llvm-adt-smallvector-h
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list