[LLVMbugs] [Bug 8714] New: Jump threading doesn't handle indirectbr very well.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Dec 1 03:57:44 PST 2010


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

           Summary: Jump threading doesn't handle indirectbr very well.
           Product: new-bugs
           Version: trunk
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: fvbommel at gmail.com
                CC: llvmbugs at cs.uiuc.edu


Jump threading only threads through blocks ending in conditional branches or
switches, not 'indirectbr'.
These are probably  even more profitable to thread through than switches.

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