| commit | 000c5af3e65bcd32305d51a32ccdbe6fdf7d3fdf | [log] [tgz] |
|---|---|---|
| author | Tom Stellard <thomas.stellard@amd.com> | Thu Apr 14 19:09:28 2016 +0000 |
| committer | Tom Stellard <thomas.stellard@amd.com> | Thu Apr 14 19:09:28 2016 +0000 |
| tree | 959ef307f75403f2bf48327f70012034022c5829 | |
| parent | 3151d8959598d6da4f9373fc6965fedac16dc835 [diff] |
AMDGPU: Add skeleton GlobalIsel implementation Summary: This adds the necessary target code to be able to run the ir translator. Lowering function arguments and returns is a nop and there is no support for RegBankSelect. Reviewers: arsenm, qcolombet Subscribers: arsenm, joker.eph, vkalintiris, llvm-commits Differential Revision: http://reviews.llvm.org/D19077 llvm-svn: 266356