http://llvm.org/bugs/show_bug.cgi?id=11251
Benjamin Kramer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |FIXED --- Comment #1 from Benjamin Kramer <[email protected]> 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. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
