[llvm] [BOLT] Add support for safe-icf (PR #116275)

Maksim Panchenko via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 16 20:48:03 PST 2024


================
@@ -428,6 +428,9 @@ class BinaryFunction {
   /// Function order for streaming into the destination binary.
   uint32_t Index{-1U};
 
+  /// Function is referenced by a non-control flow instruction.
----------------
maksfb wrote:

Add a comment that at the moment this flag is only valid under ICF. When we'll need it for other purposes, we should refactor the code to make it generally available.

https://github.com/llvm/llvm-project/pull/116275


More information about the llvm-commits mailing list