-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update regression-feb-9-09.srctgt.ll
- Loading branch information
1 parent
bec34d6
commit e62a885
Showing
1 changed file
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>) |