[LLVMbugs] [Bug 13963] [ARM, NEON] "cannot select v4i32 = ARMISD::VDUPLANE" crash
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat Mar 2 12:18:36 PST 2013
http://llvm.org/bugs/show_bug.cgi?id=13963
Jim Grosbach <grosbach at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |grosbach at apple.com
Resolution|--- |FIXED
--- Comment #2 from Jim Grosbach <grosbach at apple.com> ---
Fixed in r176413.
We were trying to create a vduplane with a non-constant lane index on the
source. That's not going to work, as the index operand for the VDUP instruction
must be a constant.
--
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/20130302/e764e772/attachment.html>
More information about the llvm-bugs
mailing list