[llvm] [BOLT][AArch64] Refuse to run CDSplit pass (PR #159351)

Paschalis Mpeis via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 29 06:10:03 PDT 2025


paschalis-mpeis wrote:

Yeap, thanks for noticing this. Sent a new patch.
The compact-code-model does not need to check on cold blocks, so it should work with:
```
--compact-code-model  --split-strategy=cdsplit
```


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


More information about the llvm-commits mailing list