[all-commits] [llvm/llvm-project] c5fe38: IfConverter::MeetIfcvtSizeLimit - Fix uninitialize...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sat May 15 06:52:17 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c5fe3839905fe466966d124fb6fc62365ea97636
https://github.com/llvm/llvm-project/commit/c5fe3839905fe466966d124fb6fc62365ea97636
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-05-15 (Sat, 15 May 2021)
Changed paths:
M llvm/lib/CodeGen/IfConversion.cpp
Log Message:
-----------
IfConverter::MeetIfcvtSizeLimit - Fix uninitialized variable warnings. NFCI.
Ensure the duplication instruction counts are initialized to zero (even though they aren't used) to silence static analysis warnings.
More information about the All-commits
mailing list