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

            Bug ID: 34502
           Summary: Regalloc assert fails: Unexpected VNI
           Product: libraries
           Version: 3.9
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Register Allocator
          Assignee: unassignedb...@nondot.org
          Reporter: pauls...@linux.vnet.ibm.com
                CC: llvm-bugs@lists.llvm.org

Created attachment 19112
  --> https://bugs.llvm.org/attachment.cgi?id=19112&action=edit
reduced testcase

This is actually a bug that may have kept the SystemZ build bots red for some
time now, but due to vacations this has not been reported yet. So this is quite
urgent.

I have done a git bisect, and found that it seems that commit 463fa38
(trunk@311401) is the cause for this.

The attached reduced test case fails with that commit, but compiles if it's
reverted.

bin/llc -mcpu=z13 -O3 hoistspills_crash.ll

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to