[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
Thu Mar 27 12:30:22 PDT 2025


================
@@ -0,0 +1,141 @@
+; RUN: llc -mtriple=aarch64 -enable-split-machine-functions \
----------------
snehasish wrote:

Yeah, it makes sense to rely on a more precise profile due to the fine grained nature of this optimization. Refactoring out the requirement as a condition common to MFS and SDS sounds good.

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


More information about the llvm-branch-commits mailing list