[PATCH] D24744: [AVX512] Fix return types on int_x86_avx512_gatherXXX_di intrinsics
Cameron McInally via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 19 14:14:07 PDT 2016
cameron.mcinally created this revision.
cameron.mcinally added reviewers: delena, igorb, craig.topper.
cameron.mcinally added a subscriber: llvm-commits.
cameron.mcinally set the repository for this revision to rL LLVM.
The int_x86_avx512_gatherXXX_di intrinsics have incorrect return types. The return type should be the same as the passthrough vector type for each.
Repository:
rL LLVM
https://reviews.llvm.org/D24744
Files:
include/llvm/IR/IntrinsicsX86.td
test/CodeGen/X86/avx512-gather-scatter-intrin.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24744.71878.patch
Type: text/x-patch
Size: 7332 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160919/b7843a03/attachment.bin>
More information about the llvm-commits
mailing list