| commit | e993451f5c5a15ff14b8b7d2da228e300da44579 | [log] [tgz] |
|---|---|---|
| author | Tom Stellard <thomas.stellard@amd.com> | Thu Feb 11 18:25:26 2016 +0000 |
| committer | Tom Stellard <thomas.stellard@amd.com> | Thu Feb 11 18:25:26 2016 +0000 |
| tree | 92a34c1488bbc9ad94ca1615cecd48abee0d4e32 | |
| parent | 6fadea62b5d2c6544539af61d95f023f9e699f89 [diff] |
[AMDGPU] Fix for "v_div_scale_f64 reg, vcc, ..." parsing Summary: Added support for "VOP3Only" attribute in VOP3bInst encoding. Set VOP3Only=1 for V_DIV_SCALE_F64/32 insns. Added support for multi-dest instructions in AMDGPUAs::cvt*(). Added lit test for "V_DIV_SCALE_F64|F32 vreg,vcc|sreg,vreg,vreg,vreg". Reviewers: tstellarAMD, arsenm Subscribers: arsenm, SamWot, nhaustov, vpykhtin Differential Revision: http://reviews.llvm.org/D16995 Patch By: Artem Tamazov llvm-svn: 260560