Skip to content
Snippets Groups Projects
  • Jim Grosbach's avatar
    X86: Fix encoding of 'movd %xmm0, %rax' · e423e865
    Jim Grosbach authored
    The assembly string for the VMOVPQIto64rr instruction incorrectly lacked the 'v'
    prefix, resulting in mis-assembly of the vanilla movd instruction.
    
    llvm-svn: 162963
    e423e865