Displaying 1 result from an estimated 1 matches for "i32broken".
2011 Jul 06
2
[LLVMdev] First steps with LLVM and partial evaluation
..."Hello World Pass", false, false);
}
------------------------------------------------------------------------------------------------------
The resulting error message from the verification step is:
Stored value type does not match pointer operand type!
store i32 3, i32* %n_addr
i32Broken module found, compilation aborted!
Stack dump:
0. Program arguments: opt --load obj/pass/ce_opt_pass.so -hello power.ir
1. Running pass 'Function Pass Manager' on module 'power.ir'.
2. Running pass 'Module Verifier' on function '@mypower_spec'
I...