[LLVMbugs] [Bug 22548] New: Register coalescer crash with sub-reg liveness enabled

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Feb 11 10:24:56 PST 2015


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

            Bug ID: 22548
           Summary: Register coalescer crash with sub-reg liveness enabled
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Register Allocator
          Assignee: unassignedbugs at nondot.org
          Reporter: tstellar at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

I've run into a crash in the regsiter coalescer when sub-reg liveness is
enabled in the R600 backend.  The test case has been committed to ToT, and to
reproduce you will need to modify AMDGPUSubtarget::enableSubRegLiveness() to
return true and then run the test with llc:

llc -march=amdgcn test/CodeGen/R600/subreg-coalescer-crash.ll -o -

-- 
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/20150211/0123dce2/attachment.html>


More information about the llvm-bugs mailing list