Skip to content
Commit dd6522c6 authored by Igor Breger's avatar Igor Breger
Browse files

AVX512 : Change v8i1 bitconvert GR8 pattern, remove unnecessary movzbl instruction.

code example , previous implementation.
    movzbl  %dil, %eax
    kmovw  %eax, %k0
  new code
    kmovw  %edi, %k0

Differential Revision: http://reviews.llvm.org/D16287

llvm-svn: 258045
parent 9f68749e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment