[all-commits] [llvm/llvm-project] c82cb5: [AddressSanitizer] Avoid pointer element type acce...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Jan 26 01:16:36 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c82cb5d0006ea486446b22cafd72f9a0923f5b5a
https://github.com/llvm/llvm-project/commit/c82cb5d0006ea486446b22cafd72f9a0923f5b5a
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-01-26 (Wed, 26 Jan 2022)
Changed paths:
M llvm/include/llvm/Transforms/Instrumentation/AddressSanitizerCommon.h
M llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
Log Message:
-----------
[AddressSanitizer] Avoid pointer element type accesses
Determine masked load/store type based on the value operand and
result types, rather than pointer element type.
More information about the All-commits
mailing list