Displaying 2 results from an estimated 2 matches for "9e2a3722".
2013 Sep 30
0
[LLVMdev] How to make sure llvm.memset intrinsic is not lowered into memset() call?
On 9/30/13 11:22 AM, Alexey Samsonov wrote:
>
> On Mon, Sep 30, 2013 at 7:48 PM, John Criswell <criswell at illinois.edu
> <mailto:criswell at illinois.edu>> wrote:
>
> On 9/30/13 9:40 AM, Alexey Samsonov wrote:
>> Hi llvmdev!
>>
>> There are cases when we want our instrumentation passes for
>> Sanitizer tools to insert
2013 Sep 30
2
[LLVMdev] How to make sure llvm.memset intrinsic is not lowered into memset() call?
On Mon, Sep 30, 2013 at 7:48 PM, John Criswell <criswell at illinois.edu>wrote:
> On 9/30/13 9:40 AM, Alexey Samsonov wrote:
>
> Hi llvmdev!
>
> There are cases when we want our instrumentation passes for Sanitizer
> tools to insert llvm.memset.* calls (basically, we want to mark certain
> region of user memory as (un)addressable by writing magic values for
>