[LLVMbugs] [Bug 13456] Reading a vector of two bytes in NEON tries to load 32 bits rather than 16.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Aug 16 04:22:18 PDT 2012


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

Bill Wendling <wendling at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |wendling at apple.com
         Resolution|                            |WORKSFORME

--- Comment #1 from Bill Wendling <wendling at apple.com> 2012-08-16 06:22:18 CDT ---
This appears to be working in ToT:


    .globl    fn
    .align    2
    .type    fn,%function
fn:
    sub    sp, sp, #16
    str    r0, [sp, #12]
    str    r1, [sp, #8]
    ldr    r2, [sp, #12]
    vld1.16    {d16[0]}, [r2, :16]
 ...

-- 
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