[llvm] [CodeGen] Introduce Static Data Splitter pass (PR #122183)

Snehasish Kumar via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 10 11:22:14 PST 2025


================
@@ -107,6 +109,8 @@ class MachineJumpTableInfo {
     return JumpTables;
   }
 
+  void updateJumpTableHotness(size_t JTI, DataHotness Hotness);
----------------
snehasish wrote:

Add a comment explaining this is for the jump table static data object?

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


More information about the llvm-commits mailing list