Displaying 3 results from an estimated 3 matches for "2606daf0".
Did you mean:
2106dac0
2013 Apr 13
2
[LLVMdev] pass to eliminate unneeded "br" statements
I've been added various optimizer passes and I end up with code which
looks like this:
define i32 @main() uwtable {
entry:
store i32 ()* @_main_1, i32 ()** @_main, align 8
br label %end
end: ; preds = %entry
ret i32 0
}
Is there another pass to get rid of that "br" instruction and just
inline the "end" block?
--
edA-qa
2013 Apr 13
0
[LLVMdev] pass to eliminate unneeded "br" statements
> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu]
> On Behalf Of edA-qa mort-ora-y
> Subject: [LLVMdev] pass to eliminate unneeded "br" statements
> define i32 @main() uwtable {
> entry:
> store i32 ()* @_main_1, i32 ()** @_main, align 8
> br label %end
> end: ; preds = %entry
>
2013 Apr 13
1
[LLVMdev] pass to eliminate unneeded "br" statements
...pt: I'm also happy to receive encrypted mail.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 261 bytes
Desc: OpenPGP digital signature
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130413/2606daf0/attachment.sig>