[all-commits] [llvm/llvm-project] 374f5f: [hwasan] [nfc] simplify getAllocaSizeInBytes
Florian Mayer via All-commits
all-commits at lists.llvm.org
Thu Feb 3 17:59:42 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 374f5f0df432a2ebeccffa1ec972920d195ddcbe
https://github.com/llvm/llvm-project/commit/374f5f0df432a2ebeccffa1ec972920d195ddcbe
Author: Florian Mayer <fmayer at google.com>
Date: 2022-02-03 (Thu, 03 Feb 2022)
Changed paths:
M llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
Log Message:
-----------
[hwasan] [nfc] simplify getAllocaSizeInBytes
AllocaInst::getAllocationSize implements essentially the same logic as
our custom function.
Reviewed By: hctim
Differential Revision: https://reviews.llvm.org/D118958
More information about the All-commits
mailing list