[llvm-bugs] [Bug 37427] [X86] [AVX2] Suboptimal code for vector select fetching cond from bool[] array
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Jun 10 16:16:18 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=37427
Sanjay Patel <spatel+llvm at rotateright.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #6 from Sanjay Patel <spatel+llvm at rotateright.com> ---
This case should be fixed with (an overly specific patch):
https://reviews.llvm.org/rL334378
...and as the FIXME comment in the last test shows, this has the potential to
uncover a different bug.
I'm planning to enhance that, but please do file more bugs if you are aware of
any similar problems.
--
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/20180610/6368fd4f/attachment.html>
More information about the llvm-bugs
mailing list