[LLVMbugs] [Bug 11251] lshr of character vector inefficient on x86

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sat Nov 10 05:30:28 PST 2012


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

Benjamin Kramer <benny.kra at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |benny.kra at gmail.com
         Resolution|                            |FIXED

--- Comment #1 from Benjamin Kramer <benny.kra at gmail.com> 2012-11-10 07:30:28 CST ---
This was fixed a while ago. llc emits:

LCPI0_0:
    .space    16,63
    .section    __TEXT,__text,regular,pure_instructions
    .globl    _shift_vec16x8
    .align    4, 0x90
_shift_vec16x8:                         ## @shift_vec16x8
    .cfi_startproc
## BB#0:                                ## %entry
    psrlw    $2, %xmm0
    pand    LCPI0_0(%rip), %xmm0
    ret
    .cfi_endproc

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