[all-commits] [llvm/llvm-project] d6e1e0: [ASan] Use stack safety analysis to optimize alloc...
kstoimenov via All-commits
all-commits at lists.llvm.org
Tue Jul 26 18:48:33 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d6e1e0a0190d3b900c0404b21c7d4dd1458e56a3
https://github.com/llvm/llvm-project/commit/d6e1e0a0190d3b900c0404b21c7d4dd1458e56a3
Author: Kirill Stoimenov <kstoimenov at google.com>
Date: 2022-07-26 (Tue, 26 Jul 2022)
Changed paths:
M llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
M llvm/test/Instrumentation/AddressSanitizer/asan-stack-safety.ll
Log Message:
-----------
[ASan] Use stack safety analysis to optimize allocas instrumentation.
Added alloca optimization which was missed during the implemenation of D112098.
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D130503
More information about the All-commits
mailing list