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

            Bug ID: 30687
           Summary: Assertion failure when inserting a stack probe call at
                    the end of an MBB
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: X86
          Assignee: unassignedb...@nondot.org
          Reporter: david.l.kreit...@intel.com
                CC: llvm-bugs@lists.llvm.org
    Classification: Unclassified

Reproduce as llc -mtriple=i686-pc-win32 t.ll

---- t.ll ----
define void @dont_crash() {
entry:
  %buffer = alloca [4096 x i32]
  br label %ret

ret:
  ret void
}
--------------

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