[PATCH] D150420: [LiveDebugValues] Looks like a bug?
Jeremy Morse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 16 07:47:50 PDT 2023
jmorse accepted this revision.
jmorse added a comment.
This revision is now accepted and ready to land.
LGTM, thanks for catching that, it is indeed broken. I think there's only one path through the code that ends up reading that uninitialized, and the output from it shouldn't be used, so this is a safe way to fix it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150420/new/
https://reviews.llvm.org/D150420
More information about the llvm-commits
mailing list