[LLVMbugs] [Bug 236] NEW: [inliner] Error inlining intrinsic calls into invoke instructions
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Fri Feb 13 09:00:21 PST 2004
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=236
Summary: [inliner] Error inlining intrinsic calls into invoke
instructions
Product: libraries
Version: 1.0
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Interprocedural Optimizations
AssignedTo: sabre at nondot.org
ReportedBy: sabre at nondot.org
When inlining calls into invoke instructions, the inliner must make the cloned
calls sites invokes to vector stack unwinding appropriately. However, intrinsic
functions cannot be 'invoked' and never throw exceptions, so the inliner needs
to leave them as call instructions.
-Chris
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list