[all-commits] [llvm/llvm-project] 991e57: [MSAN] Use TypeSize and related utilities [nfc-ish]
Philip Reames via All-commits
all-commits at lists.llvm.org
Mon Mar 13 14:11:07 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 991e5730465e6dba5699e96b86b3cd64275553bf
https://github.com/llvm/llvm-project/commit/991e5730465e6dba5699e96b86b3cd64275553bf
Author: Philip Reames <preames at rivosinc.com>
Date: 2023-03-13 (Mon, 13 Mar 2023)
Changed paths:
M llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
Log Message:
-----------
[MSAN] Use TypeSize and related utilities [nfc-ish]
This is part of prework for supporting scalable vector types. This isn't NFC because it shifts the point of failure (i.e. which assert triggers first), but should be NFC for all non-scalable vector inputs.
More information about the All-commits
mailing list