[llvm-commits] Regression with -ipconstprop
Chris Lattner
clattner at apple.com
Mon Jun 23 11:12:59 PDT 2008
On Jun 19, 2008, at 2:30 AM, Matthijs Kooijman wrote:
> 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.
Thanks Matthijs! I really appreciate everything you're doing in this
area!
-Chris
More information about the llvm-commits
mailing list