diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/power9-moves-and-splats.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/power9-moves-and-splats.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/power9-moves-and-splats.ll b/llvm/test/CodeGen/PowerPC/power9-moves-and-splats.ll index d5468902b6b..cf970928fdb 100644 --- a/llvm/test/CodeGen/PowerPC/power9-moves-and-splats.ll +++ b/llvm/test/CodeGen/PowerPC/power9-moves-and-splats.ll @@ -217,12 +217,12 @@ entry: define <16 x i8> @test12() { ; CHECK-LABEL: test12: ; CHECK: # %bb.0: # %entry -; CHECK-NEXT: xxspltib v2, 255 +; CHECK-NEXT: xxleqv v2, v2, v2 ; CHECK-NEXT: blr ; ; CHECK-BE-LABEL: test12: ; CHECK-BE: # %bb.0: # %entry -; CHECK-BE-NEXT: xxspltib v2, 255 +; CHECK-BE-NEXT: xxleqv v2, v2, v2 ; CHECK-BE-NEXT: blr entry: |