[PATCH] D117078: [NFC] Minimize noundef analysis when disabled

2022-01-12 Thread Kevin Athey via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rGa141e4713850: [NFC] Minimize noundef analysis when disabled (authored by kda). Changed prior to commit: https://reviews.llvm.org/D117078?vs=399432

[PATCH] D117078: [NFC] Minimize noundef analysis when disabled

2022-01-12 Thread Kevin Athey via Phabricator via cfe-commits
kda added a comment. In D117078#3238422 , @vitalybuka wrote: > my editor recommends me to keep git titles <50 chars > Maybe something shorter with exactly the same meaning > "[NFC] Optimize noundef analysis condition" Done! Repository: rG LLVM Githu

[PATCH] D117078: [NFC] Minimize noundef analysis when disabled

2022-01-12 Thread Kevin Athey via Phabricator via cfe-commits
kda updated this revision to Diff 399432. kda marked an inline comment as done. kda added a comment. reduce nesting Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D117078/new/ https://reviews.llvm.org/D117078 Files: clang/lib/CodeGen/CGCall.cpp