[PATCH] D39547: [AVX512] Adding support for load truncate store of I1
michael zuckerman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 2 06:24:52 PDT 2017
m_zuckerman created this revision.
store operation on a truncated memory (load) of vXi1 is poorly supported by LLVM and most of the time end with an assertion.
This patch fixes this issue.
https://reviews.llvm.org/D39547
Files:
lib/Target/X86/X86ISelLowering.cpp
test/CodeGen/X86/avx512-load-trunc-store-i1.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39547.121295.patch
Type: text/x-patch
Size: 4214 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171102/ea1b77ba/attachment.bin>
More information about the llvm-commits
mailing list