| commit | 0e6afbdd77f5575b46640a48f35b8c53a2357732 | [log] [tgz] |
|---|---|---|
| author | Tim Northover <tnorthover@apple.com> | Mon Feb 06 21:56:47 2017 +0000 |
| committer | Tim Northover <tnorthover@apple.com> | Mon Feb 06 21:56:47 2017 +0000 |
| tree | fd3687820f10d30c703e7665a045198ff9809b01 | |
| parent | 90562dfb508e15f1af6dcc0c7f703f48cee5cf02 [diff] |
GlobalISel: legalize G_INSERT instructions We don't handle all cases yet (see arm64-fallback.ll for an example), but this is enough to cover most common C++ code so it's a good place to start. llvm-svn: 294247