[llvm] [SandboxVectorizer][NFCI] Fix use of possibly-uninitialized scalar. (PR #122201)
Tyler Lanphear via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 9 12:17:24 PST 2025
tylanphear wrote:
It seems like unconditionally setting the callback ID is a reasonable solution. Using an opaque ID (with a default initializer set to an invalid ID) also seems reasonable, though perhaps a broader change than I'd be comfortable committing without further approvals.
https://github.com/llvm/llvm-project/pull/122201
More information about the llvm-commits
mailing list