[clang] [llvm] [profcheck][coro] Adding Branch weights PGO in Coroutines Passes (PR #184466)
Chuanqi Xu via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 22 01:18:11 PDT 2026
================
@@ -623,8 +636,7 @@ static void replaceSwiftErrorOps(Function &F, coro::Shape &Shape,
}
/// Returns all debug records in F.
-static SmallVector<DbgVariableRecord *>
-collectDbgVariableRecords(Function &F) {
+static SmallVector<DbgVariableRecord *> collectDbgVariableRecords(Function &F) {
----------------
ChuanqiXu9 wrote:
nit: exclude unnecessary change.
https://github.com/llvm/llvm-project/pull/184466
More information about the cfe-commits
mailing list