diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/p8-scalar_vector_conversions.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/p8-scalar_vector_conversions.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/p8-scalar_vector_conversions.ll b/llvm/test/CodeGen/PowerPC/p8-scalar_vector_conversions.ll index 7e8991647ae..8da8df58a85 100644 --- a/llvm/test/CodeGen/PowerPC/p8-scalar_vector_conversions.ll +++ b/llvm/test/CodeGen/PowerPC/p8-scalar_vector_conversions.ll @@ -1036,7 +1036,7 @@ entry: ; CHECK-DAG: mfvsrd [[MOV:[0-9]+]], ; CHECK-DAG: li [[IMM3:[0-9]+]], 3 ; CHECK-DAG: andc [[ANDC:[0-9]+]], [[IMM3]] -; CHECK-DAG: rldicr [[SHL:[0-9]+]], [[ANDC]], 4, 60 +; CHECK-DAG: sldi [[SHL:[0-9]+]], [[ANDC]], 4 ; CHECK-DAG: srd 3, [[MOV]], [[SHL]] ; CHECK-DAG: extsh 3, 3 ; CHECK-LE-LABEL: @getvelss @@ -1072,7 +1072,7 @@ entry: ; CHECK-DAG: mfvsrd [[MOV:[0-9]+]], ; CHECK-DAG: li [[IMM3:[0-9]+]], 3 ; CHECK-DAG: andc [[ANDC:[0-9]+]], [[IMM3]] -; CHECK-DAG: rldicr [[SHL:[0-9]+]], [[ANDC]], 4, 60 +; CHECK-DAG: sldi [[SHL:[0-9]+]], [[ANDC]], 4 ; CHECK-DAG: srd 3, [[MOV]], [[SHL]] ; CHECK-DAG: clrldi 3, 3, 48 ; CHECK-LE-LABEL: @getvelus |