[PATCH] D23648: [asan] Optimize store size in FunctionStackPoisoner::poisonRedZones

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 18 00:12:25 PDT 2016


vitalybuka created this revision.
vitalybuka added reviewers: kcc, eugenis.
vitalybuka added a subscriber: llvm-commits.

Reduce store size to avoid leading and trailing zeros.

https://reviews.llvm.org/D23648

Files:
  lib/Transforms/Instrumentation/AddressSanitizer.cpp
  test/Instrumentation/AddressSanitizer/lifetime.ll
  test/Instrumentation/AddressSanitizer/stack-poisoning.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23648.68486.patch
Type: text/x-patch
Size: 4746 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160818/83570856/attachment.bin>


More information about the llvm-commits mailing list