diff options
| author | Simon Dardis <simon.dardis@imgtec.com> | 2017-06-07 11:21:37 +0000 |
|---|---|---|
| committer | Simon Dardis <simon.dardis@imgtec.com> | 2017-06-07 11:21:37 +0000 |
| commit | 7c96ba1920cb35e5a5d1cc6df72aecef215aaeac (patch) | |
| tree | c4658f6f97cda0bbd5067a5ae7f01e48153b3f10 /llvm/test/CodeGen/Mips/llvm-ir/urem.ll | |
| parent | 0641b8b4d3606bf2d3e6da2ca645bb1fbebb8d82 (diff) | |
| download | bcm5719-llvm-7c96ba1920cb35e5a5d1cc6df72aecef215aaeac.tar.gz bcm5719-llvm-7c96ba1920cb35e5a5d1cc6df72aecef215aaeac.zip | |
evert "[mips] Fix test mips64fpldst.ll with machine verifier enabled"
This reverts commit r301394. It broke some internal buildbots, reverting
while the issue is being investigated.
llvm-svn: 304896
Diffstat (limited to 'llvm/test/CodeGen/Mips/llvm-ir/urem.ll')
| -rw-r--r-- | llvm/test/CodeGen/Mips/llvm-ir/urem.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/Mips/llvm-ir/urem.ll b/llvm/test/CodeGen/Mips/llvm-ir/urem.ll index 3bc82ceecd2..160c126c7e3 100644 --- a/llvm/test/CodeGen/Mips/llvm-ir/urem.ll +++ b/llvm/test/CodeGen/Mips/llvm-ir/urem.ll @@ -190,7 +190,7 @@ entry: ; 64R6: dmodu $2, $4, $5 ; 64R6: teq $5, $zero, 7 - ; MM32: lw $25, %call16(__umoddi3)($gp) + ; MM32: lw $25, %call16(__umoddi3)($2) ; MM64: dmodu $2, $4, $5 ; MM64: teq $5, $zero, 7 @@ -208,9 +208,9 @@ entry: ; GP64-NOT-R6: ld $25, %call16(__umodti3)($gp) ; 64R6: ld $25, %call16(__umodti3)($gp) - ; MM32: lw $25, %call16(__umodti3)($gp) + ; MM32: lw $25, %call16(__umodti3)($16) - ; MM64: ld $25, %call16(__umodti3)($gp) + ; MM64: ld $25, %call16(__umodti3)($2) %r = urem i128 %a, %b ret i128 %r |

