[all-commits] [llvm/llvm-project] 45b6a3: [ASAN] Use TypeSize in InterestingMemoryOperand [m...
Philip Reames via All-commits
all-commits at lists.llvm.org
Thu Mar 2 07:58:18 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 45b6a33b5173db8d2b02f71a22aab7fb87f549c7
https://github.com/llvm/llvm-project/commit/45b6a33b5173db8d2b02f71a22aab7fb87f549c7
Author: Philip Reames <preames at rivosinc.com>
Date: 2023-03-02 (Thu, 02 Mar 2023)
Changed paths:
M llvm/include/llvm/Transforms/Instrumentation/AddressSanitizerCommon.h
M llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
M llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
Log Message:
-----------
[ASAN] Use TypeSize in InterestingMemoryOperand [mostly NFC]
This is a mechanical prep change for scalable vector support. All it does is move the point of TypeSize to unsigned (i.e. the unsafe cast) closer to point of use.
More information about the All-commits
mailing list