[all-commits] [llvm/llvm-project] b135df: [LiveDebugValues] Temporarily initialize MLocTrack...
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Thu May 11 19:41:12 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b135df08397c6484544fe43b64e90d6311d9f200
https://github.com/llvm/llvm-project/commit/b135df08397c6484544fe43b64e90d6311d9f200
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2023-05-11 (Thu, 11 May 2023)
Changed paths:
M llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.h
Log Message:
-----------
[LiveDebugValues] Temporarily initialize MLocTracker::CurBB
Looks like code assumes that it will be always set, but it's not true:
https://reviews.llvm.org/D150420. This is temporarily suppression to enabled
stricter msan on a bot.
More information about the All-commits
mailing list