summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/X86RecognizableInstr.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2013-10-12 05:41:08 +0000
committerCraig Topper <craig.topper@gmail.com>2013-10-12 05:41:08 +0000
commit88adf2a49cda279520b9b2ff82afecec5ef666d8 (patch)
tree68bb5990162dff0835fbffca6707f2933942adf5 /llvm/utils/TableGen/X86RecognizableInstr.cpp
parentfba84ff00d1fe7c56378eb665e5c09d050ba443d (diff)
downloadbcm5719-llvm-88adf2a49cda279520b9b2ff82afecec5ef666d8.tar.gz
bcm5719-llvm-88adf2a49cda279520b9b2ff82afecec5ef666d8.zip
Remove more filters from the disassembler. Mark some AVX512 instructions as CodeGenOnly.
llvm-svn: 192525
Diffstat (limited to 'llvm/utils/TableGen/X86RecognizableInstr.cpp')
-rw-r--r--llvm/utils/TableGen/X86RecognizableInstr.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/utils/TableGen/X86RecognizableInstr.cpp b/llvm/utils/TableGen/X86RecognizableInstr.cpp
index c6770b80793..d3320f93cb6 100644
--- a/llvm/utils/TableGen/X86RecognizableInstr.cpp
+++ b/llvm/utils/TableGen/X86RecognizableInstr.cpp
@@ -541,11 +541,6 @@ RecognizableInstr::filter_ret RecognizableInstr::filter() const {
Name == "XRELEASE_PREFIX")
return FILTER_WEAK;
- if (HasFROperands && Name.find("MOV") != Name.npos &&
- ((Name.find("2") != Name.npos && Name.find("32") == Name.npos) ||
- (Name.find("to") != Name.npos)))
- return FILTER_STRONG;
-
return FILTER_NORMAL;
}
OpenPOWER on IntegriCloud