Skip to content

Commit

Permalink
Update regression-feb-9-09.srctgt.ll
Browse files Browse the repository at this point in the history
  • Loading branch information
nunoplopes authored Dec 3, 2024
1 parent bec34d6 commit e62a885
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/alive-tv/vector/x86/regression-feb-9-09.srctgt.ll
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
define <8 x i16> @src() {
entry:
%calltmp = call <8 x i16> @llvm.x86.ssse3.pmadd.ub.sw.128(<16 x i8> <i8 25, i8 87, i8 -119, i8 -75, i8 8, i8 -7, i8 -57, i8 70, i8 -5, i8 19, i8 89, i8 29, i8 11, i8 19, i8 -48, i8 -111>, <16 x i8> <i8 25, i8 32, i8 12, i8 30, i8 14, i8 16, i8 12, i8 2, i8 8, i8 22, i8 28, i8 12, i8 22, i8 8, i8 6, i8 5>)
ret <8 x i16> %calltmp
}

define <8 x i16> @tgt() {
entry:
ret <8 x i16> <i16 3409, i16 7074, i16 4096, i16 2528, i16 2426, i16 2840, i16 394, i16 1973>
}

declare <8 x i16> @llvm.x86.ssse3.pmadd.ub.sw.128(<16 x i8>, <16 x i8>)
declare <8 x i16> @llvm.x86.ssse3.pmadd.ub.sw.128(<16 x i8>, <16 x i8>)

0 comments on commit e62a885

Please sign in to comment.