Use i32 instead of i8 for dot product intrinsic

llvm-svn: 110643
This commit is contained in:
Bruno Cardoso Lopes 2010-08-10 01:40:05 +00:00
parent 469c12d254
commit 413db95b09
1 changed files with 1 additions and 1 deletions

View File

@ -1105,7 +1105,7 @@ let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.".
let TargetPrefix = "x86" in { // All intrinsics start with "llvm.x86.".
def int_x86_avx_dp_ps_256 : GCCBuiltin<"__builtin_ia32_dpps256">,
Intrinsic<[llvm_v8f32_ty], [llvm_v8f32_ty,
llvm_v8f32_ty, llvm_i8_ty], [IntrNoMem]>;
llvm_v8f32_ty, llvm_i32_ty], [IntrNoMem]>;
}
// Vector shuffle