commit | 154ed2a66bbaf21b55e18a9887ff4ba7c6a81a02 | [log] [tgz] |
---|---|---|
author | Guy Blank <guy.blank@intel.com> | Wed Sep 28 11:22:17 2016 +0000 |
committer | Guy Blank <guy.blank@intel.com> | Wed Sep 28 11:22:17 2016 +0000 |
tree | a9d54a80cbc1c71cfbeac3349f433ad2bca34dde | |
parent | 926244f6ccda2d9cc73f3f588202fe7119eaeb30 [diff] |
[X86][FastISel] Use a COPY from K register to a GPR instead of a K operation The KORTEST was introduced due to a bug where a TEST instruction used a K register. but, turns out that the opposite case of KORTEST using a GPR is now happening The change removes the KORTEST flow and adds a COPY instruction from the K reg to a GPR. Differential Revision: https://reviews.llvm.org/D24953 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282580 91177308-0d34-0410-b5e6-96231b3b80d8