[LLVMbugs] [Bug 4731] NEON vbslq_f32() intrinsic triggers an assert

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sun Aug 16 22:06:53 PDT 2009


http://llvm.org/bugs/show_bug.cgi?id=4731


Bob Wilson <bob.wilson at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bob.wilson at apple.com
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #2 from Bob Wilson <bob.wilson at apple.com>  2009-08-17 00:06:53 ---
I took the fix one step further and canonicalized all the types to use i32
elements.  We need to do that for all the bitwise NEON operations to make sure
things get CSEd, so we might as well start with this one.


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list