[GlobalISel] Bump CallLoweringInfo::OrigArgs initial size to 32. NFC.
authorAmara Emerson <amara@apple.com>
Thu, 29 Apr 2021 07:59:12 +0000 (00:59 -0700)
committerAmara Emerson <amara@apple.com>
Thu, 29 Apr 2021 08:01:29 +0000 (01:01 -0700)
commitd138e97c2a741fe7c9d4fa278e262ef95b63a358
tree97c3e818f3fc23f0a639dabc9c2d02a57fdef983
parent618b5b5fbc230e4a4c2b52c08cd2b5a525d82deb
[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.
llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h