[PATCH] D24482: [asan] Don't poison variables as for lifitime analysis on function entry.

Evgeniy Stepanov via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 12 18:24:59 PDT 2016


eugenis added inline comments.

================
Comment at: lib/Transforms/Instrumentation/AddressSanitizer.cpp:2382
@@ +2381,3 @@
+  // In most cases as bytes we can use either the same or just red zones only.
+  // However PR28267 allows functionы with several branches, when some
+  // branches have proper sets of lifetime.start/lifetime.end, and some have
----------------
functions


https://reviews.llvm.org/D24482





More information about the llvm-commits mailing list