Files
llvm-project/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
Jameson Nash 218d0c2ed1 [NFC][CodeGen] Use getAllocationSize instead of manual size computation (#178360)
Replace manual alloca size computation with `getAllocationSize` API.
This reduces dependency on `getAllocatedType` when just needed for size
and vscale queries.

Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-28 22:48:13 -05:00

23 KiB