[all-commits] [llvm/llvm-project] bb2e9f: [TableGen] Call std::vector::reserve to preallocat...
Craig Topper via All-commits
all-commits at lists.llvm.org
Tue Apr 11 00:11:36 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bb2e9f23ca266843d58f71e019be1fe7cae0fea5
https://github.com/llvm/llvm-project/commit/bb2e9f23ca266843d58f71e019be1fe7cae0fea5
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-04-11 (Tue, 11 Apr 2023)
Changed paths:
M llvm/utils/TableGen/CodeGenDAGPatterns.cpp
Log Message:
-----------
[TableGen] Call std::vector::reserve to preallocate memory before a loop of push_back. NFC
More information about the All-commits
mailing list