[llvm-bugs] [Bug 30687] New: Assertion failure when inserting a stack probe call at the end of an MBB
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Oct 13 08:05:32 PDT 2016
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: unassignedbugs at nondot.org
Reporter: david.l.kreitzer at intel.com
CC: llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20161013/fefe7e45/attachment-0001.html>
More information about the llvm-bugs
mailing list