summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/X86RecognizableInstr.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2014-01-05 06:55:48 +0000
committerCraig Topper <craig.topper@gmail.com>2014-01-05 06:55:48 +0000
commitd9e1669d1c34715dabd372cb511f045c2802e2b3 (patch)
treefc113e0fddc3efccfd2b04b9d4cce6bb831b2c24 /llvm/utils/TableGen/X86RecognizableInstr.cpp
parent8db6e7a97253015f0180c5335dd4268254489d47 (diff)
downloadbcm5719-llvm-d9e1669d1c34715dabd372cb511f045c2802e2b3.tar.gz
bcm5719-llvm-d9e1669d1c34715dabd372cb511f045c2802e2b3.zip
Use patterns to remove some duplicate instructions.
llvm-svn: 198550
Diffstat (limited to 'llvm/utils/TableGen/X86RecognizableInstr.cpp')
-rw-r--r--llvm/utils/TableGen/X86RecognizableInstr.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/utils/TableGen/X86RecognizableInstr.cpp b/llvm/utils/TableGen/X86RecognizableInstr.cpp
index c360d866fa7..75bf4130774 100644
--- a/llvm/utils/TableGen/X86RecognizableInstr.cpp
+++ b/llvm/utils/TableGen/X86RecognizableInstr.cpp
@@ -509,9 +509,7 @@ RecognizableInstr::filter_ret RecognizableInstr::filter() const {
// Special cases.
- if (Name == "MOVPQI2QImr" ||
- Name == "VMOVPQI2QImr" ||
- Name == "VMASKMOVDQU64")
+ if (Name == "VMASKMOVDQU64")
return FILTER_WEAK;
// XACQUIRE and XRELEASE reuse REPNE and REP respectively.
OpenPOWER on IntegriCloud