This is an archive of the discontinued LLVM Phabricator instance.

[NFC][HWASAN] Create shadow value just after alloca
Changes PlannedPublic

Authored by vitalybuka on May 1 2023, 3:07 PM.

Details

Summary

Improves readability of IR and reduces .text by 1%.

Diff Detail

Event Timeline

vitalybuka created this revision.May 1 2023, 3:07 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 1 2023, 3:07 PM
vitalybuka requested review of this revision.May 1 2023, 3:07 PM
vitalybuka edited the summary of this revision. (Show Details)May 1 2023, 3:20 PM
fmayer added inline comments.May 12 2023, 8:18 AM
llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
1308

can you explain why this changed?

vitalybuka planned changes to this revision.Aug 2 2023, 1:17 PM