[llvm-branch-commits] [llvm] [CodeGen][StaticDataSplitter]Support constant pool partitioning (PR #129781)
Snehasish Kumar via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Mar 25 13:48:41 PDT 2025
================
@@ -0,0 +1,131 @@
+target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128"
+target triple = "x86_64-grtev4-linux-gnu"
+
+; Tests that constant pool hotness is aggregated across the module. The
----------------
snehasish wrote:
I think the comments for the ARM testt applies to this file too.
https://github.com/llvm/llvm-project/pull/129781
More information about the llvm-branch-commits
mailing list