[PATCH] D145212: Only split cold blocks with more than a given number of instructions
Kristof Beyls via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 6 23:00:49 PST 2023
kristof.beyls added a comment.
It seems to me that this patch would also need:
- Some regression test to test it actually changes code generation (only?) when targeting Arm.
- As is, this patch will not result in changed code generation IIUC?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145212/new/
https://reviews.llvm.org/D145212
More information about the llvm-commits
mailing list