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

           Summary: Valgrind reporting leak in ARM backend and other code.
           Product: new-bugs
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: new bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Created an attachment (id=4255)
 --> (http://llvm.org/bugs/attachment.cgi?id=4255)
Valgrind log

Valgrind is reporting memory leaks, some of which are triggered by the
ARM backend. One of the leaks is due to frame indexes being lost, but
the code suggests that these should be managed by the LLVM
infrastructure.

Test case: llvm/test/CodeGen/ARM/2009-02-27-SpillerBug.ll
Run
 valgrind --leak-check=full bin/llc -regalloc=local -march=arm
2009-02-27-SpillerBug.ll

Log file is attached.


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

Reply via email to