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

Currently in the target pass configuration, the data partitioning pass is added 
inside `TM->Options.EnableMachineFunctionSplitter || 
EnableMachineFunctionSplitter` 
(https://github.com/llvm/llvm-project/blob/9224165871c5555acc568b3895c736ff2a580e1e/llvm/lib/CodeGen/TargetPassConfig.cpp#L1243-L1262),
 initially to piggyback on the availability of MIRProfile at line 1248.

I'll send a follow-up patch to move it outside.

https://github.com/llvm/llvm-project/pull/129781
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to