diff options
author | Daniel Sanders <daniel.sanders@imgtec.com> | 2014-06-12 14:54:13 +0000 |
---|---|---|
committer | Daniel Sanders <daniel.sanders@imgtec.com> | 2014-06-12 14:54:13 +0000 |
commit | 39a1ca75ba586a10f0aab3679255428c43c41909 (patch) | |
tree | e5a9c74802c5e8eec36179692fe0a8d9fc9a3188 /llvm/lib | |
parent | b1a4d3a26c8bf3a688c1a9833a61b6e92b39c9d4 (diff) | |
download | llvm-39a1ca75ba586a10f0aab3679255428c43c41909.zip llvm-39a1ca75ba586a10f0aab3679255428c43c41909.tar.gz llvm-39a1ca75ba586a10f0aab3679255428c43c41909.tar.bz2 |
[mips][mips64r6] bc2[ft] are not available on MIPS32r6/MIPS64r6
Summary:
These instructions are not implemented for any MIPS ISA so we only need
testcases.
Depends on D4110
Reviewers: jkolek, zoran.jovanovic, vmedic
Reviewed By: vmedic
Differential Revision: http://reviews.llvm.org/D4111
llvm-svn: 210786
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Target/Mips/Mips32r6InstrInfo.td | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/Mips/Mips32r6InstrInfo.td b/llvm/lib/Target/Mips/Mips32r6InstrInfo.td index 401ac70..d730d41 100644 --- a/llvm/lib/Target/Mips/Mips32r6InstrInfo.td +++ b/llvm/lib/Target/Mips/Mips32r6InstrInfo.td @@ -26,8 +26,6 @@ include "Mips32r6InstrFormats.td" // Reencoded: sdc2 // Reencoded: swc2 // Removed: bc1any2, bc1any4 -// Removed: bc2[ft] -// Removed: bc2f, bc2t // Removed: bgezal // Removed: bltzal // Removed: bc1[ft] |