diff options
Diffstat (limited to 'llvm/test/CodeGen/Mips/micromips-gp-rc.ll')
| -rw-r--r-- | llvm/test/CodeGen/Mips/micromips-gp-rc.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/Mips/micromips-gp-rc.ll b/llvm/test/CodeGen/Mips/micromips-gp-rc.ll index f139f7a8486..e27209a5206 100644 --- a/llvm/test/CodeGen/Mips/micromips-gp-rc.ll +++ b/llvm/test/CodeGen/Mips/micromips-gp-rc.ll @@ -1,5 +1,8 @@ ; RUN: llc -march=mipsel -mcpu=mips32r2 -mattr=+micromips \ ; RUN: -relocation-model=pic -O3 < %s | FileCheck %s +; For microMIPS64, also check 32 to 64 bit registers and 64 to 32 bit register copies +; RUN: llc -march=mips -mcpu=mips64r6 -mattr=+micromips \ +; RUN: -relocation-model=pic -O3 < %s | FileCheck %s @g = external global i32 |

