[LLVMbugs] [Bug 10172] New: Different Output with and without Fast Instruction Selector (coreutils bytecode)

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Jun 22 16:16:15 PDT 2011


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

           Summary: Different Output with and without Fast Instruction
                    Selector (coreutils bytecode)
           Product: new-bugs
           Version: 2.9
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: bprosnitz at gmail.com
                CC: llvmbugs at cs.uiuc.edu


I generated a bitcode file that runs a coreutils function with klee-generated
arguments. The output of this bitcode file differs with and without -fast-isel
enabled.

$ ~/llvm-2.9/Release/bin/lli -fast-isel bug.bc
0
$ ~/llvm-2.9/Release/bin/lli bug.bc
1

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