Skip to content
  • Craig Topper's avatar
    Remove some instructions that existed to provide aliases to the assembler. Can... · 72c8cd7b
    Craig Topper authored
    Remove some instructions that existed to provide aliases to the assembler. Can be done with InstAlias instead. Unfortunately, this was causing printer to use 'vmovq' or 'vmovd' based on what was parsed. To cleanup the inconsistencies convert all 'vmovd' with 64-bit registers to 'vmovq', but provide an alias so that 'vmovd' will still parse.
    
    llvm-svn: 192171
    72c8cd7b
Loading