mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-25 05:22:04 +00:00
[PowerPC] Fix VSX permutation isel
Not only did I invert the indices when I wrote the code, but I also did the same thing when I wrote the regression test. Oops. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205046 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -465,7 +465,7 @@ define <2 x double> @test54(<2 x double> %a, <2 x double> %b) {
|
||||
ret <2 x double> %v
|
||||
|
||||
; CHECK-LABEL: @test54
|
||||
; CHECK: xxpermdi 34, 34, 35, 1
|
||||
; CHECK: xxpermdi 34, 34, 35, 2
|
||||
; CHECK: blr
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user