[PATCH] D147954: [SimplifyCFG]Prevent premature simplification of indirect callsites with profile data

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 18 01:18:28 PDT 2023


nikic added a comment.

Could you please start by implementing metadata merging, and then return to this patch only if strictly necessary? I'd rather not have another SimplifyCFG option for such a niche use case, if it's possible to get most of the benefit via standard metadata merging.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D147954/new/

https://reviews.llvm.org/D147954



More information about the llvm-commits mailing list