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

           Summary: bugpoint's steps-to-reproduce forget tool-args
           Product: tools
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: bugpoint
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [email protected]


Created an attachment (id=1606)
 --> (http://llvm.org/bugs/attachment.cgi?id=1606)
testcase

This file x.bc reduces when run with:
  bugpoint x.bc -mem2reg -loop-rotate -indvars -loop-unroll --tool-args --
-unroll-threshold 1000 -unroll-count 2

But the steps to reproduce show only:
*** You can reproduce the problem with: opt bugpoint-reduced-simplified.bc
-mem2reg -loop-rotate -indvars -loop-unroll

which fails to reproduce the problem. If you add on the "-unroll-threshold 1000
-unroll-count 2" then it works fine (by crashing).


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