[llvm-commits] Regression with -ipconstprop

Matthijs Kooijman matthijs at stdin.nl
Thu Jun 19 02:30:21 PDT 2008


Hi Chris,

> ipconstprop is crashing when compiling 447.dealII.  Matthijs, can you 
> please investigate?
I fixed this problem. Turns out the label operands of an invoke instruction
come before the function arguments (which makes sense coming to think about
it, but is a bit unexpected and inconsistent with the assembly notation).

I'm now using a CallSite to abstract from this. I've also changed a few tests
to test invoke as well as call.

Gr.

Matthijs
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20080619/8a13f4b4/attachment.sig>


More information about the llvm-commits mailing list