mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-24 23:28:41 +00:00
Remove unneeded MMX instruction definition by moving pattern to an equivalent instruction definition and removing the filtering from the disassembler table building.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192175 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -546,7 +546,6 @@ RecognizableInstr::filter_ret RecognizableInstr::filter() const {
|
||||
if (Name == "PUSH64i16" ||
|
||||
Name == "MOVPQI2QImr" ||
|
||||
Name == "VMOVPQI2QImr" ||
|
||||
Name == "MMX_MOVD64rrv164" ||
|
||||
Name == "MOV64ri64i32" ||
|
||||
Name == "VMASKMOVDQU64" ||
|
||||
Name == "VEXTRACTPSrr64")
|
||||
|
Reference in New Issue
Block a user