[AVX-512] Remove explicit KMOVWrk/KMOVWKr instructions from patterns where we...
[AVX-512] Remove explicit KMOVWrk/KMOVWKr instructions from patterns where we can just use COPY_TO_REGCLASS instead. This will result in a KMOVW or KMOVD being emitted during register allocation. And in at least some cases this might allow the register coalescer to remove the copy all together. llvm-svn: 298984
Loading
Please register or sign in to comment