| commit | 5ec146046cbb1a69850d2712f40e9ea273e2a257 | [log] [tgz] |
|---|---|---|
| author | Amara Emerson <aemerson@apple.com> | Mon Dec 10 18:44:58 2018 +0000 |
| committer | Amara Emerson <aemerson@apple.com> | Mon Dec 10 18:44:58 2018 +0000 |
| tree | 503a1200ca9f959d031a4bdf0077a8081bd2150d | |
| parent | c6e9380a56a6c7132b776412b81b1870b3d546ca [diff] |
[GlobalISel] Restrict G_MERGE_VALUES capability and replace with new opcodes. This patch restricts the capability of G_MERGE_VALUES, and uses the new G_BUILD_VECTOR and G_CONCAT_VECTORS opcodes instead in the appropriate places. This patch also includes AArch64 support for selecting G_BUILD_VECTOR of <4 x s32> and <2 x s64> vectors. Differential Revisions: https://reviews.llvm.org/D53629 llvm-svn: 348788