[LLVMbugs] [Bug 8904] New: gnu screen with/without InstCombine

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Jan 4 13:40:50 PST 2011


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

           Summary: gnu screen with/without InstCombine
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P
         Component: Scalar Optimizations
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: rdivacky at freebsd.org
                CC: llvmbugs at cs.uiuc.edu


these three files show difference:

(first one is with InstCombine, second one is without)

-rw-------  1 root  wheel   64904 Jan  4 22:37 work/screen-4.0.3/ansi.o
-rw-------  1 root  wheel   64920 Jan  4 22:40 work/screen-4.0.3/ansi.o

-rw-------  1 root  wheel    9464 Jan  4 22:37 work/screen-4.0.3/input.o
-rw-------  1 root  wheel   10880 Jan  4 22:40 work/screen-4.0.3/input.o

-rw-------  1 root  wheel   68744 Jan  4 22:37 work/screen-4.0.3/screen.o
-rw-------  1 root  wheel   68792 Jan  4 22:40 work/screen-4.0.3/screen.o

all the files are compiled with simple:

clang -c -I. -I.  -O2 -pipe -fno-strict-aliasing foo.c

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