Displaying 3 results from an estimated 3 matches for "acd09f99".
2011 Oct 18
0
[LLVMdev] LLVM constant propagation optimization question
Hi Seb,
> I'm writting following LLVM assembly:
>
> ; ModuleID = 'structaccess.ll'
>
not having a data layout string in your module disables many optimizations.
Ciao, Duncan.
> %struct._anon0 = type <{ i32, i32, i32 }>
>
> @s = common global %struct._anon0 zeroinitializer
>
> define arm_aapcscc void @foo() nounwind {
> L.entry:
> store i32
2011 Oct 18
2
[LLVMdev] LLVM constant propagation optimization question
Hi all,
I'm writting following LLVM assembly:
; ModuleID = 'structaccess.ll'
%struct._anon0 = type <{ i32, i32, i32 }>
@s = common global %struct._anon0 zeroinitializer
define arm_aapcscc void @foo() nounwind {
L.entry:
store i32 5, i32* getelementptr inbounds (%struct._anon0* @s, i32 0, i32
0)
store i32 10, i32* getelementptr inbounds (%struct._anon0* @s, i32 0, i32
1)
2011 Oct 18
3
[LLVMdev] LLVM constant propagation optimization question
...> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111018/acd09f99/attachment.html>