| commit | c19445d07a539a1522e87b83b6b446bfcf25fc0e | [log] [tgz] |
|---|---|---|
| author | Tim Northover <tnorthover@apple.com> | Tue Jun 10 09:52:40 2014 +0000 |
| committer | Tim Northover <tnorthover@apple.com> | Tue Jun 10 09:52:40 2014 +0000 |
| tree | 33cff3d8fd2594630d66cb874d425805cb1a72fc | |
| parent | c726c367f4fe33e4671d8695bfcc1b7b1bb0d112 [diff] |
AArch64: make FastISel memcpy emission more robust. We were hitting an assert if FastISel couldn't create the load or store we requested. Currently this happens for large frame-local addresses, though CodeGen could be improved there. rdar://problem/17187463 llvm-svn: 210519