[LLVMbugs] [Bug 1802] New: CodeGen/X86/2007-11-14-Coalescer-Bug.ll fails on X86-64

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Thu Nov 15 10:58:17 PST 2007


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

           Summary: CodeGen/X86/2007-11-14-Coalescer-Bug.ll fails on X86-64
           Product: new-bugs
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: edwintorok at gmail.com
                CC: llvmbugs at cs.uiuc.edu


FAIL: /home/edwin/llvm-svn/llvm/test/CodeGen/X86/2007-11-14-Coalescer-Bug.ll
Failed with exit(1) at line 1
while running: llvm-as <
/home/edwin/llvm-svn/llvm/test/CodeGen/X86/2007-11-14-Coalescer-Bug.ll | llc
-march=x86 -x86-asm-syntax=att | grep movl | grep 4
child process exited abnormally


LLVM is SVN r44177, debug build, using gcc (GCC) 4.2.3 20071014 (prerelease)
(Debian 4.2.2-3).

$ uname -a
Linux lightspeed2 2.6.23-rc8-hrt1-cfs-v22-g1bef7dc0-dirty #17 Sun Sep 30
18:49:34 EEST 2007 x86_64 GNU/Linux

$ llvm-as <
/home/edwin/llvm-svn/llvm/test/CodeGen/X86/2007-11-14-Coalescer-Bug.ll | llc
-march=x86 -x86-asm-syntax=att|grep movl
        movl    8(%esp), %eax
        movl    %ecx, (%esp)
        movl    (%esp), %edx

$ llvm-as <
/home/edwin/llvm-svn/llvm/test/CodeGen/X86/2007-11-14-Coalescer-Bug.ll | llc
-march=x86 -x86-asm-syntax=att|grep movl|grep 4
$


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