[all-commits] [llvm/llvm-project] d138e9: [GlobalISel] Bump CallLoweringInfo::OrigArgs initi...
Amara Emerson via All-commits
all-commits at lists.llvm.org
Thu Apr 29 01:01:55 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d138e97c2a741fe7c9d4fa278e262ef95b63a358
https://github.com/llvm/llvm-project/commit/d138e97c2a741fe7c9d4fa278e262ef95b63a358
Author: Amara Emerson <amara at apple.com>
Date: 2021-04-29 (Thu, 29 Apr 2021)
Changed paths:
M llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h
Log Message:
-----------
[GlobalISel] Bump CallLoweringInfo::OrigArgs initial size to 32. NFC.
We spend some time during sqlite3 compilation regrowing this vector,
bump it up to avoid this.
Gives around 1-2% improvement in codegen-only time for sqlite3 at -O0.
More information about the All-commits
mailing list