[LLVMbugs] [Bug 3171] New: not optimizing trivial loop (trip count computation)

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sat Dec 6 14:28:39 PST 2008


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

           Summary: not optimizing trivial loop (trip count computation)
           Product: libraries
           Version: 1.0
          Platform: PC
        OS/Version: All
            Status: NEW
          Keywords: code-quality
          Severity: normal
          Priority: P2
         Component: Scalar Optimizations
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: clattner at apple.com
                CC: llvmbugs at cs.uiuc.edu


We don't optimize away the dtor loop in this code:


struct Foo { ~Foo() {} int i; };
struct NonPod { Foo foo[2]; };
void foo(void)
{
        NonPod x;
}

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19639


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