[all-commits] [llvm/llvm-project] 5d2ddb: [ASAN] Extract out a helper routine for foreach la...
Philip Reames via All-commits
all-commits at lists.llvm.org
Mon Mar 13 15:08:28 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5d2ddb129c9b7e6e837a524ea7492c2ba8f3c6af
https://github.com/llvm/llvm-project/commit/5d2ddb129c9b7e6e837a524ea7492c2ba8f3c6af
Author: Philip Reames <preames at rivosinc.com>
Date: 2023-03-13 (Mon, 13 Mar 2023)
Changed paths:
M llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
Log Message:
-----------
[ASAN] Extract out a helper routine for foreach lane on vectors [nfc]
The new API matches a case we also need in MSAN. For the moment, I'm staging this as a local-to-ASAN commit, but I expect to move this to a shared location and reuse in the next day or two.
More information about the All-commits
mailing list