[llvm-bugs] [Bug 24768] LLC can't build gather's intrinsic with constant mask parameter
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Aug 17 13:24:16 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=24768
Michael Kuperstein <mkuper at google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |mkuper at google.com
Resolution|--- |FIXED
--- Comment #2 from Michael Kuperstein <mkuper at google.com> ---
Works on trunk, we get:
movb $3, %al
kmovw %eax, %k1
vpgatherdq (%rax,%ymm0), %zmm0 {%k1}
As expected.
--
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/20160817/afd2aea4/attachment.html>
More information about the llvm-bugs
mailing list