[PATCH] D66955: [DebugInfo][If-Converter] Update call site info during the optimization
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 19 15:55:12 PDT 2019
efriedma accepted this revision.
efriedma added a comment.
LGTM
================
Comment at: lib/CodeGen/BranchFolding.cpp:168
+ MF->eraseCallSiteInfo(&MI);
+ });
// Remove the block.
----------------
This looks fine, but did you mean to include it here?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66955/new/
https://reviews.llvm.org/D66955
More information about the llvm-commits
mailing list