summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/inlineasm-cnstrnt-reg.ll
diff options
context:
space:
mode:
authorSimon Atanasyan <simon@atanasyan.com>2018-02-12 11:15:37 +0000
committerSimon Atanasyan <simon@atanasyan.com>2018-02-12 11:15:37 +0000
commitdc4ed35ea6969a73d64af045d7c624e985d88f5e (patch)
treece757231d117e2f88c0e7f3f9202b81d5f157de5 /llvm/test/CodeGen/Mips/inlineasm-cnstrnt-reg.ll
parente54a20e094242799d55be50ac880321f7855851e (diff)
downloadbcm5719-llvm-dc4ed35ea6969a73d64af045d7c624e985d88f5e.tar.gz
bcm5719-llvm-dc4ed35ea6969a73d64af045d7c624e985d88f5e.zip
[mips] Revert rL324869
This commit adds inlineasm-cnstrnt-bad-l.ll which is clashing with inlineasm-cnstrnt-bad-L.ll on case insensitive file systems. llvm-svn: 324882
Diffstat (limited to 'llvm/test/CodeGen/Mips/inlineasm-cnstrnt-reg.ll')
-rw-r--r--llvm/test/CodeGen/Mips/inlineasm-cnstrnt-reg.ll10
1 files changed, 0 insertions, 10 deletions
diff --git a/llvm/test/CodeGen/Mips/inlineasm-cnstrnt-reg.ll b/llvm/test/CodeGen/Mips/inlineasm-cnstrnt-reg.ll
index b4c1587a8fb..63ee42c0c7c 100644
--- a/llvm/test/CodeGen/Mips/inlineasm-cnstrnt-reg.ll
+++ b/llvm/test/CodeGen/Mips/inlineasm-cnstrnt-reg.ll
@@ -41,15 +41,5 @@ entry:
call i32 asm sideeffect "\09mtlo $3 \0A\09\09madd $1, $2 ", "=l,r,r,r"(i32 7, i32 6, i32 44) nounwind
store volatile i32 %4, i32* %bosco, align 4
-; Check the 'l' constraint for 16-bit type.
-; CHECK: #APP
-; CHECK: mtlo ${{[0-9]+}}
-; CHECK-NEXT: madd ${{[0-9]+}}, ${{[0-9]+}}
-; CHECK: #NO_APP
-; CHECK-NEXT: mflo ${{[0-9]+}}
- %bosco16 = alloca i16, align 4
- call i16 asm sideeffect "\09mtlo $3 \0A\09\09madd $1, $2 ", "=l,r,r,r"(i32 7, i32 6, i32 44) nounwind
- store volatile i16 %5, i16* %bosco16, align 4
-
ret i32 0
}
OpenPOWER on IntegriCloud