Skip to content
Commit c7895a83 authored by Kostya Serebryany's avatar Kostya Serebryany
Browse files

[asan] properly instrument memory accesses that have small alignment (smaller...

[asan] properly instrument memory accesses that have small alignment (smaller than min(8,size)) by making two checks instead of one. This may slowdown some cases, e.g. long long on 32-bit or wide loads produced after loop unrolling. The benefit is higher sencitivity.

llvm-svn: 209508
parent 23b222cc
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment