[llvm] 59a85a7 - [PPC] Update test after f5f421e0eefa492.

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 16 03:29:10 PST 2021


Author: Florian Hahn
Date: 2021-12-16T11:28:54Z
New Revision: 59a85a7a523551c27502318fa58039fdba9f0642

URL: https://github.com/llvm/llvm-project/commit/59a85a7a523551c27502318fa58039fdba9f0642
DIFF: https://github.com/llvm/llvm-project/commit/59a85a7a523551c27502318fa58039fdba9f0642.diff

LOG: [PPC] Update test after f5f421e0eefa492.

Added: 
    

Modified: 
    llvm/test/CodeGen/PowerPC/vec-bswap.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/PowerPC/vec-bswap.ll b/llvm/test/CodeGen/PowerPC/vec-bswap.ll
index d351fa3edc5bf..d3941feac6859 100644
--- a/llvm/test/CodeGen/PowerPC/vec-bswap.ll
+++ b/llvm/test/CodeGen/PowerPC/vec-bswap.ll
@@ -10,12 +10,12 @@
 
 define dso_local void @test(i32* %Arr, i32 signext %Len) {
 ; CHECK-LABEL: test:
-; CHECK:         lxvx [[REG:vs[0-9]+]], r{{[0-9]+}}, r{{[0-9]+}}
+; CHECK:         lxv [[REG:vs[0-9]+]], 0(r{{[0-9]+}})
 ; CHECK-NOT:     [[REG]]
 ; CHECK:         xxbrw vs{{[0-9]+}}, [[REG]]
 
 ; AIX-LABEL:     test:
-; AIX64:         lxvx [[REG64:[0-9]+]], {{[0-9]+}}, {{[0-9]+}}
+; AIX64:         lxv [[REG64:[0-9]+]], {{[0-9]+}}({{[0-9]+}})
 ; AIX32:         lxv [[REG32:[0-9]+]], {{[0-9]+}}({{[0-9]+}})
 ; AIX64-NOT:     [[REG64]]
 ; AIX64:         xxbrw {{[0-9]+}}, [[REG64]]


        


More information about the llvm-commits mailing list