Displaying 3 results from an estimated 3 matches for "myfunction_scratch_".
Did you mean:
myfunction_scratch_s
2012 Jan 26
2
[LLVMdev] Invalid getelementptr indices?
...e IR code
that has been succesfully compiled and output by llvm-gcc. The "opt"
doesn't like it even though it's output produced by llvm-gcc. Anyone know
what could be causing this?
opt: myFunction.bc:3:31: error: invalid getelementptr indices
%0 = getelementptr inbounds %struct.MyFunction_Scratch_s* %scratch, i32
0, i32 4, i32 %stage
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120126/06532e7e/attachment.html>
2012 Jan 26
0
[LLVMdev] Invalid getelementptr indices?
...has been succesfully compiled and output by llvm-gcc. The "opt" doesn't like it even though it's output produced by llvm-gcc. Anyone know what could be causing this?
>
> opt: myFunction.bc:3:31: error: invalid getelementptr indices
> %0 = getelementptr inbounds %struct.MyFunction_Scratch_s* %scratch, i32 0, i32 4, i32 %stage
Hi Ryan,
It's impossible to tell without more information, but llvm-gcc is long dead and isn't supported anymore. Please upgrade to clang.
-Chris
2012 Jan 27
1
[LLVMdev] Invalid getelementptr indices?
...piled and output by llvm-gcc. The "opt"
> doesn't like it even though it's output produced by llvm-gcc. Anyone know
> what could be causing this?
> >
> > opt: myFunction.bc:3:31: error: invalid getelementptr indices
> > %0 = getelementptr inbounds %struct.MyFunction_Scratch_s* %scratch,
> i32 0, i32 4, i32 %stage
>
> Hi Ryan,
>
> It's impossible to tell without more information, but llvm-gcc is long
> dead and isn't supported anymore. Please upgrade to clang.
>
> -Chris
>
-------------- next part --------------
An HTML attachment was...