This is an archive of the discontinued LLVM Phabricator instance.

[NFC][MSAN] Extract llvm.abs handling into a function
ClosedPublic

Authored by vitalybuka on Sep 29 2020, 3:34 PM.

Diff Detail

Event Timeline

vitalybuka created this revision.Sep 29 2020, 3:34 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 29 2020, 3:34 PM
vitalybuka requested review of this revision.Sep 29 2020, 3:34 PM
eugenis added inline comments.Oct 2 2020, 11:06 AM
llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
2688

Add it to a list in visitIntrinsicInst

vitalybuka updated this revision to Diff 295915.Oct 2 2020, 2:53 PM

use visitIntrinsicInst

eugenis accepted this revision.Oct 2 2020, 2:54 PM

LGTM

This revision is now accepted and ready to land.Oct 2 2020, 2:54 PM
This revision was landed with ongoing or failed builds.Oct 2 2020, 3:01 PM
This revision was automatically updated to reflect the committed changes.