commit | c6820ec1c2bdfba3f044b634476cdcafda52e0d0 | [log] [tgz] |
---|---|---|
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Fri Mar 13 19:22:03 2015 +0000 |
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Fri Mar 13 19:22:03 2015 +0000 |
tree | 48d21c76e697f012311186a211e7539e948247bf | |
parent | 5e0ea66d592d0f9b99353f766439e440e57c598d [diff] |
instcombine: alloca: Split out simplifyAllocaArraySize(), NFC Follow-up commits will change some of the logic here. Splitting into a separate function simplifies the logic by allowing early returns instead of deeper nesting. llvm-svn: 232197