summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/mips64-f128.ll
diff options
context:
space:
mode:
authorSimon Dardis <simon.dardis@imgtec.com>2016-04-12 10:41:53 +0000
committerSimon Dardis <simon.dardis@imgtec.com>2016-04-12 10:41:53 +0000
commit703c864fe3a15c5d35c5f09b78a152f9809b833e (patch)
tree3c4019215f134df186a9e6719150ef9b9be9f15d /llvm/test/CodeGen/Mips/mips64-f128.ll
parentbc79e8923a1e5bf28e73c7a63a1d8dc8ada796c4 (diff)
downloadbcm5719-llvm-703c864fe3a15c5d35c5f09b78a152f9809b833e.tar.gz
bcm5719-llvm-703c864fe3a15c5d35c5f09b78a152f9809b833e.zip
[mips] MIPSR6 Compact branch aliases
Summary: Alias 'jic $reg, 0' to 'jrc $reg' and 'jialc $reg, 0' to 'jalrc $reg' like binutils. Reviewers: dsanders Differential Revision: http://reviews.llvm.org/D18856 llvm-svn: 266055
Diffstat (limited to 'llvm/test/CodeGen/Mips/mips64-f128.ll')
-rw-r--r--llvm/test/CodeGen/Mips/mips64-f128.ll10
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/test/CodeGen/Mips/mips64-f128.ll b/llvm/test/CodeGen/Mips/mips64-f128.ll
index 66a2f95cde2..81fd3b889f2 100644
--- a/llvm/test/CodeGen/Mips/mips64-f128.ll
+++ b/llvm/test/CodeGen/Mips/mips64-f128.ll
@@ -548,7 +548,7 @@ entry:
; ALL: lw $4, 0($[[R0]])
; ALL: ld $25, %call16(__extendsftf2)
; PRER6: jalr $25
-; R6: jialc $25, 0
+; R6: jalrc $25
define fp128 @load_LD_float() {
entry:
@@ -562,7 +562,7 @@ entry:
; ALL: ld $4, 0($[[R0]])
; ALL: ld $25, %call16(__extenddftf2)
; PRER6: jalr $25
-; R6: jialc $25, 0
+; R6: jalrc $25
define fp128 @load_LD_double() {
entry:
@@ -592,7 +592,7 @@ entry:
; ALL: ld $5, 8($[[R0]])
; ALL: ld $25, %call16(__trunctfsf2)
; PRER6: jalr $25
-; R6: jialc $25, 0
+; R6: jalrc $25
; ALL: ld $[[R1:[0-9]+]], %got_disp(gf1)
; ALL: sw $2, 0($[[R1]])
@@ -610,7 +610,7 @@ entry:
; ALL: ld $5, 8($[[R0]])
; ALL: ld $25, %call16(__trunctfdf2)
; PRER6: jalr $25
-; R6: jialc $25, 0
+; R6: jalrc $25
; ALL: ld $[[R1:[0-9]+]], %got_disp(gd1)
; ALL: sd $2, 0($[[R1]])
@@ -653,7 +653,7 @@ entry:
; ALL: move $[[R3:[0-9]+]], $8
; ALL: ld $25, %call16(__gttf2)($gp)
; PRER6: jalr $25
-; R6: jialc $25, 0
+; R6: jalrc $25
; C_CC_FMT: slti $[[CC:[0-9]+]], $2, 1
; C_CC_FMT: movz $[[R1]], $[[R3]], $[[CC]]
OpenPOWER on IntegriCloud