search for: gleison

Displaying 4 results from an estimated 4 matches for "gleison".

Did you mean: gleason
2016 Feb 02
5
Particular type of loop optimization
.... I am writing in C for readability, but I am analysing LLVM IR: int *vectorE; void foo (int n) { int i; for (i = 0; i < n; i++) vectorE[i] = i; } into this one: int *vectorE; void foo (int n) { int i; int* aux = vectorE; for (i = 0; i < n; i++) aux[i] = i; } Regards, Gleison -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160202/a0b79a7e/attachment.html>
2016 Feb 03
3
Particular type of loop optimization
...ase, using the line obtained by this one in the LLVM's IR: Line = l->getStartLoc().getLine(); The source file is cloned, and I'm writing my annotations inside the loop now. I can't do several modifications in the struct of code, just the necessary, thats the problem. Regards, Gleison 2016-02-03 1:07 GMT-02:00 Mehdi Amini <mehdi.amini at apple.com>: > > On Feb 2, 2016, at 8:35 AM, Gleison Souza via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > > Dear LLVMers, > > I am trying to implement a particular type of loop optimization, but I &gt...
2016 Feb 03
2
Particular type of loop optimization
...ving debugging info? Mehdi's suggestion got me really close (clang -O1 -S -o - -mllvm -print-after-all), but it is removing debugging information away from the code. Without debugging information, I can't associate names at the bytecode level with names at the C-source level. Regards, Gleison 2016-02-03 11:06 GMT-02:00 mats petersson <mats at planetcatfish.com>: > Just to be clear, "What are you actually trying to achieve?" was meant to > ask what is your overall goal, and given that overall goal - not the > transformation of the IR, but "why do you need...
2003 Dec 01
0
No subject
...use 7.2 (with samba-2.2.0-15), it is the same behaviour when the directories are on the same drive, but moving does not work at all when the source and the destination are on different drives. Does anybody know the reason? I think the directory and file permissions are fine. Uli Return-Path: <gleison@unitera.com.br> Delivered-To: samba@samba.org Received: from sr01.unitera.com.br (unknown [200.176.218.14]) by lists.samba.org (Postfix) with ESMTP id C6C6F48FA for <samba@samba.org>; Fri, 22 Jun 2001 09:36:26 -0700 (PDT) Received: by SR01 with Internet Mail Service (5.5.2650.21) id...