[llvm] [HWAsan] Fix incorrect lifetime sizes in tests (NFC) (PR #150459)

Florian Mayer via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 24 13:25:24 PDT 2025


fmayer wrote:

Confirmed that this is due to the stack safety analysis, from [findMatchingAlloca](https://github.com/llvm/llvm-project/blob/main/llvm/lib/Analysis/StackLifetime.cpp#L64) checking for the correct lifetime size.

https://github.com/llvm/llvm-project/pull/150459


More information about the llvm-commits mailing list