[LLVMbugs] [Bug 24303] New: PeepholeOptimizer emits a fatal error

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Jul 29 10:32:16 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=24303

            Bug ID: 24303
           Summary: PeepholeOptimizer emits a fatal error
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Common Code Generator Code
          Assignee: unassignedbugs at nondot.org
          Reporter: wujingyue at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Created attachment 14665
  --> https://llvm.org/bugs/attachment.cgi?id=14665&action=edit
failing test

r243486 (http://reviews.llvm.org/D11197) broke an internal test of ours. I
reduced it to complex2.ll attached. 

jingyue llvm-git% llc ~/Work/cuda/complex2.ll -o - -march=nvptx64 -mcpu=sm_35 
//
// Generated by LLVM NVPTX Back-End
//

.version 3.2
.target sm_35
.address_size 64

LLVM ERROR: Attempted to created cross-class register copy

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150729/4f157773/attachment.html>


More information about the llvm-bugs mailing list