[LLVMbugs] [Bug 4003] New: Remove SCALAR_TO_VECTOR

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sat Apr 18 13:11:06 PDT 2009


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

           Summary: Remove SCALAR_TO_VECTOR
           Product: new-bugs
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: baldrick at free.fr
                CC: llvmbugs at cs.uiuc.edu


The SCALAR_TO_VECTOR codegen node is redundant: it is
equivalent to BUILD_VECTOR(Value, undef, undef, ...).
It should probably be removed.


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