[llvm] [BOLT] Add support for safe-icf (PR #116275)
Davide Italiano via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 19 17:35:34 PST 2024
================
@@ -1945,6 +2015,27 @@ static void printDebugInfo(raw_ostream &OS, const MCInst &Instruction,
OS << " discriminator:" << Row.Discriminator;
}
+static bool skipInstruction(const MCInst &Inst, const BinaryContext &BC) {
----------------
dcci wrote:
A comment on why you need to skip these functions would be useful
https://github.com/llvm/llvm-project/pull/116275
More information about the llvm-commits
mailing list