diff options
author | Daniel Sanders <daniel.sanders@imgtec.com> | 2014-06-12 14:19:28 +0000 |
---|---|---|
committer | Daniel Sanders <daniel.sanders@imgtec.com> | 2014-06-12 14:19:28 +0000 |
commit | 28002c2f82458e90bf455fcc1ee70a13295b8be2 (patch) | |
tree | 5141576fb361fe88686334d5fc0f6f8751b07ab1 /lib/Target/Mips/Mips32r6InstrInfo.td | |
parent | 15aa07b2e8e1c5f2a3fc0a8f5f738b4e80b8df35 (diff) |
[mips][mips64r6] [sl][duw]xc1 are not available on MIPS32r6/MIPS64r6
Summary:
Folded mips64-fp-indexed-ls.ll into fp-indexed-ls.ll. To do so, the zext's in
mips64-fp-indexed-ls.ll were changed to implicit sign extensions (performed
by getelementptr). This does not affect the purpose of the test.
Depends on D4004
Reviewers: zoran.jovanovic, jkolek, vmedic
Reviewed By: vmedic
Differential Revision: http://reviews.llvm.org/D4110
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210784 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/Mips32r6InstrInfo.td')
-rw-r--r-- | lib/Target/Mips/Mips32r6InstrInfo.td | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/Target/Mips/Mips32r6InstrInfo.td b/lib/Target/Mips/Mips32r6InstrInfo.td index e78b94c9d2e..401ac701583 100644 --- a/lib/Target/Mips/Mips32r6InstrInfo.td +++ b/lib/Target/Mips/Mips32r6InstrInfo.td @@ -31,12 +31,6 @@ include "Mips32r6InstrFormats.td" // Removed: bgezal // Removed: bltzal // Removed: bc1[ft] -// Removed: ldxc1 -// Removed: luxc1 -// Removed: lwxc1 -// Removed: sdxc1 -// Removed: suxc1 -// Removed: swxc1 // Rencoded: [ls][wd]c2 def brtarget21 : Operand<OtherVT> { |