[LLVMbugs] [Bug 2327] New: Collector back end uses inconsistent code for finding frame offsets
    bugzilla-daemon at cs.uiuc.edu 
    bugzilla-daemon at cs.uiuc.edu
       
    Wed May 14 10:41:51 PDT 2008
    
    
  
http://llvm.org/bugs/show_bug.cgi?id=2327
           Summary: Collector back end uses inconsistent code for finding
                    frame offsets
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Common Code Generator Code
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: maxburke at gmail.com
                CC: llvmbugs at cs.uiuc.edu
I just noticed in the trunk that the code in
MachineCodeAnalysis::FindStackOffsets() uses a different algorithm for finding
stack offsets than what the X86 backend uses for its overridden
TargetRegisterInfo::getFrameIndexOffsets. Should
MachineCodeAnalysis::FindStackOffsets perhaps be calling
TargetRegisterInfo::getFrameIndexOffsets instead?
-- 
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