Hi, Is there any existing support/on going work for zeroing buffers in llvm infrastructure? (either in the form of intrinsics or IR code buffer erasure?) My basic "grep" did not show up any. Please let me know any info on this. I will be glad to hear out! -- Anitha
On 17 September 2014 09:34, Anitha B Gollamudi <anitha.boyapati at gmail.com> wrote:> Hi, > > Is there any existing support/on going work for zeroing buffers in > llvm infrastructure? (either in the form of intrinsics or IR code > buffer erasure?) My basic "grep" did not show up any. > Please let me know any info on this. I will be glad to hear out! >EDIT: I am looking for more than a workaround ala memset(*buff, 0, length))> > -- Anitha-- Anitha
On 9/17/14 7:37 AM, Anitha B Gollamudi wrote:> On 17 September 2014 09:34, Anitha B Gollamudi > <anitha.boyapati at gmail.com> wrote: >> Hi, >> >> Is there any existing support/on going work for zeroing buffers in >> llvm infrastructure? (either in the form of intrinsics or IR code >> buffer erasure?) My basic "grep" did not show up any. >> Please let me know any info on this. I will be glad to hear out! >> > > EDIT: I am looking for more than a workaround ala memset(*buff, 0, length))Here's a recent thread on a related subject: http://lists.cs.uiuc.edu/pipermail/cfe-dev/2014-September/039063.html Cheers, Jon> >> >> -- Anitha > > >-- Jon Roelofs jonathan at codesourcery.com CodeSourcery / Mentor Embedded