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

Maksim Panchenko via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 10 13:55:55 PST 2024


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

```suggestion
  /// Indicates function is referenced by non-control flow instruction.
```

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


More information about the llvm-commits mailing list