[all-commits] [llvm/llvm-project] 5eb9ac: [HWASAN] Instrument scalable load/store without cr...
Philip Reames via All-commits
all-commits at lists.llvm.org
Thu Mar 23 08:24:47 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5eb9acf9be3cee01ea95448fa8b1e00e3c01868a
https://github.com/llvm/llvm-project/commit/5eb9acf9be3cee01ea95448fa8b1e00e3c01868a
Author: Philip Reames <preames at rivosinc.com>
Date: 2023-03-23 (Thu, 23 Mar 2023)
Changed paths:
M llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
A llvm/test/Instrumentation/HWAddressSanitizer/vector-load-store.ll
Log Message:
-----------
[HWASAN] Instrument scalable load/store without crashing
We can simply push them down the existing call slowpath with some minor changes to how we compute the size argument.
More information about the All-commits
mailing list