[llvm-bugs] [Bug 38343] New: clang doesn't emit masked instructions from 256-bit AVX512VL mask intrinsics
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Jul 27 11:52:59 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=38343
Bug ID: 38343
Summary: clang doesn't emit masked instructions from 256-bit
AVX512VL mask intrinsics
Product: new-bugs
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: hdevalence at hdevalence.ca
CC: llvm-bugs at lists.llvm.org
Test case here:
https://godbolt.org/g/6apogL
Although the `mask_add256_avx512vl` function uses a mask intrinsic, it produces
the same code (and I think the same IR) as the `mask_add256` function, which
doesn't. (I wasn't able to get clang to emit masked ymm instructions at all).
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180727/8dca7008/attachment.html>
More information about the llvm-bugs
mailing list