[all-commits] [llvm/llvm-project] 59e7de: [HWASan] remove replacement of DbgVariableIntrinsics.
Florian Mayer via All-commits
all-commits at lists.llvm.org
Tue Feb 15 11:41:18 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 59e7de26aaf51a6dca143858badd5d2b594f49e4
https://github.com/llvm/llvm-project/commit/59e7de26aaf51a6dca143858badd5d2b594f49e4
Author: Florian Mayer <fmayer at google.com>
Date: 2022-02-15 (Tue, 15 Feb 2022)
Changed paths:
M llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
Log Message:
-----------
[HWASan] remove replacement of DbgVariableIntrinsics.
This code was dead because we AI->replaceUsesWithIf above. I verified
this doesn't actually get run by applying
https://gist.github.com/fmayer/aea7cbb4700cfe2c9d932591ae1073c3 to the
Android toolchain and building AOSP, without any crash.
Reviewed By: eugenis
Differential Revision: https://reviews.llvm.org/D119802
More information about the All-commits
mailing list