| commit | 26af2cae05f4a8f5a66f5ef0f5d107fef174a7f3 | [log] [tgz] |
|---|---|---|
| author | Reid Kleckner <reid@kleckner.net> | Tue Jan 28 02:38:36 2014 +0000 |
| committer | Reid Kleckner <reid@kleckner.net> | Tue Jan 28 02:38:36 2014 +0000 |
| tree | a65d86dd391f8685236fb16cf2046d4603833099 | |
| parent | 020acd88ecc4b99632b6af54e7e7f77ab70b4a30 [diff] |
Update optimization passes to handle inalloca arguments Summary: I searched Transforms/ and Analysis/ for 'ByVal' and updated those call sites to check for inalloca if appropriate. I added tests for any change that would allow an optimization to fire on inalloca. Reviewers: nlewycky Differential Revision: http://llvm-reviews.chandlerc.com/D2449 llvm-svn: 200281