This is an archive of the discontinued LLVM Phabricator instance.

[NFC][HWASAN] Extract insertShadowTagCheck()
ClosedPublic

Authored by vitalybuka on Aug 29 2023, 10:38 PM.

Diff Detail

Event Timeline

vitalybuka created this revision.Aug 29 2023, 10:38 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 29 2023, 10:38 PM
vitalybuka requested review of this revision.Aug 29 2023, 10:38 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 29 2023, 10:38 PM
fmayer added inline comments.Aug 30 2023, 10:23 AM
llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
918

I would either call both of them CheckTerm, or both of them MismatchTerm

vitalybuka added inline comments.Aug 30 2023, 9:25 PM
llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
918

I'll rename in a separate patch.

vitalybuka marked an inline comment as done.Aug 31 2023, 12:59 PM
fmayer accepted this revision.Aug 31 2023, 1:12 PM
This revision is now accepted and ready to land.Aug 31 2023, 1:12 PM

remove local var

This revision was landed with ongoing or failed builds.Aug 31 2023, 1:23 PM
This revision was automatically updated to reflect the committed changes.