Added alloca optimization which was missed during the implemenation of D112098.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
please rebase, i've improved the test
llvm/test/Instrumentation/AddressSanitizer/asan-stack-safety.ll | ||
---|---|---|
7 | I believe all of existing tests are affected by the patch, but the signal is Then with this patch we don't have a case: |
llvm/test/Instrumentation/AddressSanitizer/asan-stack-safety.ll | ||
---|---|---|
7 |
To clarify, we need new test which contains in one function: |
I believe all of existing tests are affected by the patch, but the signal is
missing @__asan_stack_malloc
Then with this patch we don't have a case:
alloca is not save, but one of accesses is removed