First Last Prev Next    No search results available
Details
: [inliner] Error inlining intrinsic calls into invoke inst...
Bug#: 236
: libraries
: Interprocedural Optimizations
Status: RESOLVED
Resolution: FIXED
: All
: All
: 1.0
: P2
: normal
: 1.2

:
: compile-fail
:
:
  Show dependency tree - Show dependency graph
People
Reporter: Chris Lattner <sabre@nondot.org>
Assigned To: Chris Lattner <sabre@nondot.org>

Attachments


Note

You need to log in before you can comment on or make changes to this bug.

Related actions


Description:   Opened: 2004-02-13 11:00
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
------- Comment #1 From Chris Lattner 2004-02-13 11:01:15 -------
Here's the fix:
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20040209/011586.html

This is tested by 126.gcc.

-Chris

First Last Prev Next    No search results available