Files
clang-p2996/llvm/lib/CodeGen/StackFrameLayoutAnalysisPass.cpp
Hari Limaye e31794f99d [StackFrameLayoutAnalysis] Support more SlotTypes (#100562)
Add new SlotTypes to StackFrameLayoutAnalysis to disambiguate Fixed and
Variable-Sized stack slots from Variable slots. As Offsets are
unreliable for VLA-area objects, sort these to the end of the list -
using the Frame Index to ensure a deterministic order when Offsets are
equal.
2024-07-25 18:54:24 +01:00

10 KiB