[X86] Change IMUL with immediate instruction order to ri8 instructions come...
[X86] Change IMUL with immediate instruction order to ri8 instructions come before ri/ri32 instructions. This will ensure IMUL64ri8 is tried before IMUL64ri32. For IMUL32 and IMUL16 the order doesn't really matter because only the ri8 versions use a predicate. That automatically gives them priority. llvm-svn: 358360
Loading
Please sign in to comment