commit | 0c4c07d0d83aedf38f0529ecc2337ccfa5a18ba6 | [log] [tgz] |
---|---|---|
author | Jaydeep Patil <jaydeep.patil@imgtec.com> | Tue Nov 01 23:53:52 2016 -0700 |
committer | Jim Stichnoth <stichnot@chromium.org> | Tue Nov 01 23:53:52 2016 -0700 |
tree | d7a4e6aabe97ddf305860b0486eb580039c75105 | |
parent | 67a49b5b3606815c5636d9a061a372c367f28685 [diff] |
[SubZero] Fix code generation for vector type The patch fixes legalizeToReg issues in vector code generation. The patch also generates JALR for pointer to function and corrects encoding of FP conditional move instruction. R=stichnot@chromium.org Review URL: https://codereview.chromium.org/2468133002 . Patch from Jaydeep Patil <jaydeep.patil@imgtec.com>.