[llvm-commits] [PATCH] Move SplitBlockAndInsertIfThen from AddressSanitizer to BasicBlockUtils

Evgeniy Stepanov eugeni.stepanov at gmail.com
Fri Oct 19 03:50:48 PDT 2012


Thanks, r166278.

On Fri, Oct 19, 2012 at 2:42 PM, Kostya Serebryany <kcc at google.com> wrote:
> Looks great, thanks!
>
>
> On Fri, Oct 19, 2012 at 1:59 PM, Evgeniy Stepanov
> <eugeni.stepanov at gmail.com> wrote:
>>
>> Hi,
>>
>> this patch moves SplitBlockAndInsertIfThen from AddressSanitizer to
>> BasicBlockUtils so that it can be reused in MemorySanitizer.
>> This follows one of the suggestions in MemorySanitizer patch review
>> (btw, reviewers are welcome ;) http://llvm-reviews.chandlerc.com/D56).
>>
>> https://codereview.appspot.com/6745046
>
>



More information about the llvm-commits mailing list