[llvm] [BOLT] Add support for safe-icf (PR #116275)
Davide Italiano via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 20 15:32:43 PST 2024
================
@@ -1945,6 +1959,28 @@ static void printDebugInfo(raw_ostream &OS, const MCInst &Instruction,
OS << " discriminator:" << Row.Discriminator;
}
+/// Skip instructions that are not interesting for safe ICF.
----------------
dcci wrote:
What does "are not interesting" mean?
https://github.com/llvm/llvm-project/pull/116275
More information about the llvm-commits
mailing list