[PATCH] D85368: [llvm][CodeGen] Machine Function Splitter
David Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 5 16:59:06 PDT 2020
davidxl added a comment.
Regarding reroller -- compiler with PGO will adjust the agressiveness of the unroller based on instruction workset size estimation. Doing this in later pass or in Propeller can help catch cases that are mis-handled.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85368/new/
https://reviews.llvm.org/D85368
More information about the llvm-commits
mailing list