[llvm-bugs] [Bug 33772] compiler crash on the code with @llvm.x86.avx512.gather.dpi.512 intrinsic
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Jul 17 23:50:43 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=33772
Craig Topper <craig.topper at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #5 from Craig Topper <craig.topper at gmail.com> ---
This isn't valid code since we require the gather scale to be constant, but we
shouldn't assert.
r308267 fixes the assertion failure and turns this into an instruction
selection error instead.
--
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/20170718/2fd48859/attachment.html>
More information about the llvm-bugs
mailing list