Add in64BitMode/in32BitMode to the MMX/SSE2/AVX maskmovq/dq instructions. This...
Add in64BitMode/in32BitMode to the MMX/SSE2/AVX maskmovq/dq instructions. This way the asm parser will pick the right one based on the mode. Instruction selection already did the right thing based on the pointer size. llvm-svn: 192266
Showing
- llvm/lib/Target/X86/X86InstrFormats.td 4 additions, 0 deletionsllvm/lib/Target/X86/X86InstrFormats.td
- llvm/lib/Target/X86/X86InstrMMX.td 4 additions, 4 deletionsllvm/lib/Target/X86/X86InstrMMX.td
- llvm/lib/Target/X86/X86InstrSSE.td 4 additions, 4 deletionsllvm/lib/Target/X86/X86InstrSSE.td
- llvm/test/CodeGen/X86/maskmovdqu.ll 4 additions, 2 deletionsllvm/test/CodeGen/X86/maskmovdqu.ll
- llvm/test/CodeGen/X86/mmx-builtins.ll 3 additions, 1 deletionllvm/test/CodeGen/X86/mmx-builtins.ll
Loading
Please register or sign in to comment