[LLVMbugs] [Bug 12782] New: AVX2: vbroadcastss is not folded past register-allocator to the memory variant

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu May 10 00:54:40 PDT 2012


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

             Bug #: 12782
           Summary: AVX2: vbroadcastss is not folded past
                    register-allocator to the memory variant
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Backend: X86
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: nadav.rotem at intel.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


Example code:
    vmovaps    80(%rsp), %xmm2         # 16-byte Reload
    vbroadcastss    %xmm2, %ymm2


Need to add vbroadcast to X86InstrInfo.cpp

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