[PATCH] D88067: [AlwaysInliner] Emit optimization remarks
David Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 21 21:41:34 PDT 2020
davidxl added inline comments.
================
Comment at: llvm/lib/Transforms/IPO/AlwaysInliner.cpp:72
+ InlineFunction(*CB, IFI, /*CalleeAAR=*/nullptr, InsertLifetime);
+ assert(Res.isSuccess());
+ (void)Res;
----------------
Add an assertion reason string.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88067/new/
https://reviews.llvm.org/D88067
More information about the llvm-commits
mailing list