mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-10 17:56:05 +00:00

When considering folding a bitcast of an alloca into the alloca itself, make sure we don't shrink the amount of memory being allocated, or things rapidly go sideways. rdar://13324424 llvm-svn: 176547