[LLVMbugs] [Bug 346] NEW: [vmcore] Move intrinsic lowering out of the vmcore library

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Wed May 26 22:14:07 PDT 2004


http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=346

           Summary: [vmcore] Move intrinsic lowering out of the vmcore
                    library
           Product: libraries
           Version: 1.2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Core LLVM classes
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: sabre at nondot.org


The intrinsic lowering routines should be moved to libcodegen, as they are only
used by code generators.

The read/write barrier lowering routines really want to be in the intrinsic
lowering implementation, not in -lowergc.  However, I can't move them until I
move the intrinsic lowering stuff, because the read/write barrier lowering
routines depend on the inliner in transformutils (which VMcore should not depend
on).

This is just a note so I don't forget about this.

-Chris



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the llvm-bugs mailing list