Nikita Popov c1b387e23d
[MemoryLocation] Compute lifetime size from alloca size (#151982)
Split out from #150248:

Since #150944 the size passed to lifetime.start/end is considered
meaningless. The lifetime always applies to the whole alloca.

This adjusts MemoryLocation to determine the MemoryLocation size from
the alloca size, instead of using the argument.
2025-08-05 10:47:07 +02:00
..