[all-commits] [llvm/llvm-project] 321880: [ASAN] Support memory checks on scalable vector ty...
Philip Reames via All-commits
all-commits at lists.llvm.org
Thu Mar 9 08:15:44 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 32188047fcf8e4f68fbc26b148a11a9ed6b7e1b2
https://github.com/llvm/llvm-project/commit/32188047fcf8e4f68fbc26b148a11a9ed6b7e1b2
Author: Philip Reames <preames at rivosinc.com>
Date: 2023-03-09 (Thu, 09 Mar 2023)
Changed paths:
M llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
M llvm/test/Instrumentation/AddressSanitizer/vector-load-store.ll
Log Message:
-----------
[ASAN] Support memory checks on scalable vector typed loads and stores
This only covers the common load/store case. There will be further patches required for masked load/store and some of the fast-path optimization cases.
Differential Revision: https://reviews.llvm.org/D145175
More information about the All-commits
mailing list