summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/SPARC/LeonReplaceSDIVPassUT.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/SPARC/LeonReplaceSDIVPassUT.ll')
-rw-r--r--llvm/test/CodeGen/SPARC/LeonReplaceSDIVPassUT.ll11
1 files changed, 0 insertions, 11 deletions
diff --git a/llvm/test/CodeGen/SPARC/LeonReplaceSDIVPassUT.ll b/llvm/test/CodeGen/SPARC/LeonReplaceSDIVPassUT.ll
deleted file mode 100644
index 4c5ccc06260..00000000000
--- a/llvm/test/CodeGen/SPARC/LeonReplaceSDIVPassUT.ll
+++ /dev/null
@@ -1,11 +0,0 @@
-; RUN: llc %s -O0 -march=sparc -o - | FileCheck %s -check-prefix=NO_REPLACE_SDIV
-; RUN: llc %s -O0 -march=sparc -mcpu=at697e -o - | FileCheck %s -check-prefix=REPLACE_SDIV
-
-; REPLACE_SDIV: sdivcc %o0, %o1, %o0
-; NO_REPLACE_SDIV: sdiv %o0, %o1, %o0
-
-define i32 @lbr59(i32 %a, i32 %b)
-{
- %r = sdiv i32 %a, %b
- ret i32 %r
-}
OpenPOWER on IntegriCloud