[PATCH] D144598: [BOLT][NFC] Const-ify analyzeJumpTable

Rafael Auler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 27 14:10:17 PST 2023


rafauler added inline comments.


================
Comment at: bolt/include/bolt/Core/JumpTable.h:70
+  /// Whether this jump table has entries pointing to multiple functions.
+  bool IsSplit{false};
+
----------------
do we have plans to use this elsewhere?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144598/new/

https://reviews.llvm.org/D144598



More information about the llvm-commits mailing list