[BOLT] Restrict icp-inline to callsites
authorAmir Ayupov <aaupov@fb.com>
Mon, 27 Jun 2022 17:30:30 +0000 (10:30 -0700)
committerAmir Ayupov <aaupov@fb.com>
Mon, 27 Jun 2022 18:08:55 +0000 (11:08 -0700)
commitd58b5a06147eb40aec807ff58c74c20ca9071f28
tree43d0009011766ae7145b5fcb8f33a74ab0f9c29e
parent057e33ef36d0230a1bf62763cc6381769266e641
[BOLT] Restrict icp-inline to callsites

ICP peel for inline mode only makes sense for calls, not jump tables.
Plus, add a check that the Target BinaryFunction is found.

Reviewed By: rafauler

Differential Revision: https://reviews.llvm.org/D128404
bolt/lib/Passes/IndirectCallPromotion.cpp