diff options
author | Aleksandar Beserminji <Aleksandar.Beserminji@mips.com> | 2017-12-11 11:21:40 +0000 |
---|---|---|
committer | Aleksandar Beserminji <Aleksandar.Beserminji@mips.com> | 2017-12-11 11:21:40 +0000 |
commit | d6dada17ff7f61f43cd6286d215f569433429804 (patch) | |
tree | da6258891ba59a60f960736ce8abfd1605a33e65 /llvm/test/CodeGen/Mips/mips64shift.ll | |
parent | 293d6c39d3490ab6c09128a087ae605ada34387e (diff) | |
download | bcm5719-llvm-d6dada17ff7f61f43cd6286d215f569433429804.tar.gz bcm5719-llvm-d6dada17ff7f61f43cd6286d215f569433429804.zip |
[mips] Removal of microMIPS64R6
All files and parts of files related to microMIPS4R6 are removed.
When target is microMIPS4R6, errors are printed.
This is LLVM part of patch.
Differential Revision: https://reviews.llvm.org/D35625
llvm-svn: 320350
Diffstat (limited to 'llvm/test/CodeGen/Mips/mips64shift.ll')
-rw-r--r-- | llvm/test/CodeGen/Mips/mips64shift.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Mips/mips64shift.ll b/llvm/test/CodeGen/Mips/mips64shift.ll index e93140f18c9..0b1294d3afb 100644 --- a/llvm/test/CodeGen/Mips/mips64shift.ll +++ b/llvm/test/CodeGen/Mips/mips64shift.ll @@ -1,5 +1,4 @@ ; RUN: llc -march=mips64el -mcpu=mips64r2 < %s | FileCheck -check-prefixes=ALL,MIPS %s -; RUN: llc -march=mips64el -mcpu=mips64r6 -mattr=micromips < %s | FileCheck -check-prefixes=ALL,MICROMIPS %s define i64 @f0(i64 %a0, i64 %a1) nounwind readnone { entry: |