[all-commits] [llvm/llvm-project] df0066: [NFC][MLGO] Fix vector sizing
Mircea Trofin via All-commits
all-commits at lists.llvm.org
Thu Jul 22 13:06:23 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: df0066a1c9b9610c58d336bdf353e20a20b7ab3f
https://github.com/llvm/llvm-project/commit/df0066a1c9b9610c58d336bdf353e20a20b7ab3f
Author: Mircea Trofin <mtrofin at google.com>
Date: 2021-07-22 (Thu, 22 Jul 2021)
Changed paths:
M llvm/lib/Analysis/ReleaseModeModelRunner.cpp
Log Message:
-----------
[NFC][MLGO] Fix vector sizing
The bots only build release mode, and the use of `reserve` instead of
`resize`, while not causing invalid memory accesses, is incorrect.
More information about the All-commits
mailing list