[PATCH] D131267: [OpenMP][OpenMPIRBuilder] Fix static code analysis concerns with uninitialized variables
Aaron Ballman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 5 10:07:04 PDT 2022
aaron.ballman added a comment.
The static analyzer is broken and giving a false positive report. `llvm::ApproximateLoopSize()` always assigns to those byref arguments. I'm not certain there's much value from forcing an initialization here, but if LLVM folks want the changes, I wouldn't block them.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131267/new/
https://reviews.llvm.org/D131267
More information about the llvm-commits
mailing list