commit | 33b07d6725ab32e20ebeb62707be21c35a66390c | [log] [tgz] |
---|---|---|
author | Tim Northover <tnorthover@apple.com> | Fri Jul 22 20:03:43 2016 +0000 |
committer | Tim Northover <tnorthover@apple.com> | Fri Jul 22 20:03:43 2016 +0000 |
tree | 3347fbfe37618df37e8da560e0e29c65fda6d3c1 | |
parent | e4a4f33daf7f05a058d7d72e5a3019f1194b597b [diff] |
GlobalISel: implement legalization pass, with just one transformation. This adds the actual MachineLegalizeHelper to do the work and a trivial pass wrapper that legalizes all instructions in a MachineFunction. Currently the only transformation supported is splitting up a vector G_ADD into one acting on smaller vectors. llvm-svn: 276461