diff options
| author | Daniel Sanders <daniel.sanders@imgtec.com> | 2016-06-24 12:23:17 +0000 |
|---|---|---|
| committer | Daniel Sanders <daniel.sanders@imgtec.com> | 2016-06-24 12:23:17 +0000 |
| commit | 0d97270ae501db9c90b78e5b5615206f8124f29b (patch) | |
| tree | d786b42547699790e62ed5d8fd9873cf29993505 /llvm/test/CodeGen/Mips/llvm-ir/udiv.ll | |
| parent | 3a2dc6f00c779b9b78b3f599c725d5ae3964deab (diff) | |
| download | bcm5719-llvm-0d97270ae501db9c90b78e5b5615206f8124f29b.tar.gz bcm5719-llvm-0d97270ae501db9c90b78e5b5615206f8124f29b.zip | |
[mips] Use --check-prefixes where appropriate. NFC.
llvm-svn: 273669
Diffstat (limited to 'llvm/test/CodeGen/Mips/llvm-ir/udiv.ll')
| -rw-r--r-- | llvm/test/CodeGen/Mips/llvm-ir/udiv.ll | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/llvm/test/CodeGen/Mips/llvm-ir/udiv.ll b/llvm/test/CodeGen/Mips/llvm-ir/udiv.ll index aea189f248c..6f4dcb5d7bb 100644 --- a/llvm/test/CodeGen/Mips/llvm-ir/udiv.ll +++ b/llvm/test/CodeGen/Mips/llvm-ir/udiv.ll @@ -1,37 +1,37 @@ ; RUN: llc < %s -march=mips -mcpu=mips2 -relocation-model=pic | FileCheck %s \ -; RUN: -check-prefix=ALL -check-prefix=NOT-R6 -check-prefix=GP32 +; RUN: -check-prefixes=ALL,NOT-R6,GP32 ; RUN: llc < %s -march=mips -mcpu=mips32 -relocation-model=pic | FileCheck %s \ -; RUN: -check-prefix=ALL -check-prefix=NOT-R6 -check-prefix=GP32 +; RUN: -check-prefixes=ALL,NOT-R6,GP32 ; RUN: llc < %s -march=mips -mcpu=mips32r2 -relocation-model=pic | FileCheck %s \ -; RUN: -check-prefix=ALL -check-prefix=NOT-R6 -check-prefix=GP32 +; RUN: -check-prefixes=ALL,NOT-R6,GP32 ; RUN: llc < %s -march=mips -mcpu=mips32r3 -relocation-model=pic | FileCheck %s \ -; RUN: -check-prefix=ALL -check-prefix=NOT-R6 -check-prefix=GP32 +; RUN: -check-prefixes=ALL,NOT-R6,GP32 ; RUN: llc < %s -march=mips -mcpu=mips32r5 -relocation-model=pic | FileCheck %s \ -; RUN: -check-prefix=ALL -check-prefix=NOT-R6 -check-prefix=GP32 +; RUN: -check-prefixes=ALL,NOT-R6,GP32 ; RUN: llc < %s -march=mips -mcpu=mips32r6 -relocation-model=pic | FileCheck %s \ -; RUN: -check-prefix=ALL -check-prefix=R6 -check-prefix=GP32 +; RUN: -check-prefixes=ALL,R6,GP32 ; RUN: llc < %s -march=mips64 -mcpu=mips3 -relocation-model=pic | FileCheck %s \ -; RUN: -check-prefix=ALL -check-prefix=NOT-R6 -check-prefix=GP64-NOT-R6 +; RUN: -check-prefixes=ALL,NOT-R6,GP64-NOT-R6 ; RUN: llc < %s -march=mips64 -mcpu=mips4 -relocation-model=pic | FileCheck %s \ -; RUN: -check-prefix=ALL -check-prefix=NOT-R6 -check-prefix=GP64-NOT-R6 +; RUN: -check-prefixes=ALL,NOT-R6,GP64-NOT-R6 ; RUN: llc < %s -march=mips64 -mcpu=mips64 -relocation-model=pic | FileCheck %s \ -; RUN: -check-prefix=ALL -check-prefix=NOT-R6 -check-prefix=GP64-NOT-R6 +; RUN: -check-prefixes=ALL,NOT-R6,GP64-NOT-R6 ; RUN: llc < %s -march=mips64 -mcpu=mips64r2 -relocation-model=pic | FileCheck %s \ -; RUN: -check-prefix=ALL -check-prefix=NOT-R6 -check-prefix=GP64-NOT-R6 +; RUN: -check-prefixes=ALL,NOT-R6,GP64-NOT-R6 ; RUN: llc < %s -march=mips64 -mcpu=mips64r3 -relocation-model=pic | FileCheck %s \ -; RUN: -check-prefix=ALL -check-prefix=NOT-R6 -check-prefix=GP64-NOT-R6 +; RUN: -check-prefixes=ALL,NOT-R6,GP64-NOT-R6 ; RUN: llc < %s -march=mips64 -mcpu=mips64r5 -relocation-model=pic | FileCheck %s \ -; RUN: -check-prefix=ALL -check-prefix=NOT-R6 -check-prefix=GP64-NOT-R6 +; RUN: -check-prefixes=ALL,NOT-R6,GP64-NOT-R6 ; RUN: llc < %s -march=mips64 -mcpu=mips64r6 -relocation-model=pic | FileCheck %s \ -; RUN: -check-prefix=ALL -check-prefix=R6 -check-prefix=64R6 +; RUN: -check-prefixes=ALL,R6,64R6 ; RUN: llc < %s -march=mips -mcpu=mips32r3 -mattr=+micromips -relocation-model=pic | FileCheck %s \ -; RUN: -check-prefix=ALL -check-prefix=MMR3 -check-prefix=MM32 +; RUN: -check-prefixes=ALL,MMR3,MM32 ; RUN: llc < %s -march=mips -mcpu=mips32r6 -mattr=+micromips -relocation-model=pic | FileCheck %s \ -; RUN: -check-prefix=ALL -check-prefix=MMR6 -check-prefix=MM32 +; RUN: -check-prefixes=ALL,MMR6,MM32 ; RUN: llc < %s -march=mips -mcpu=mips64r6 -target-abi n64 -mattr=+micromips -relocation-model=pic | FileCheck %s \ -; RUN: -check-prefix=ALL -check-prefix=MMR6 -check-prefix=MM64 +; RUN: -check-prefixes=ALL,MMR6,MM64 define zeroext i1 @udiv_i1(i1 zeroext %a, i1 zeroext %b) { entry: |

