[llvm] [MachinePipeliner] Give up machine pipeliner when the loop body is re… (PR #98292)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 11 04:53:51 PDT 2024
coderchenlin wrote:
> Thanks for the fix! I have also posted a similar patch(#80840). The maximum number of instructions is different; I think setting it to 200 would prevent a larger percentage of the execution time for this pass. Also, it would not decrease the number of loops that can be pipelined because the maximum value of MinII, which is 27, is a stricter constraint.
Thanks, If you set 200, according to the maximum value of MaxII. So, the value should be `MaxII x MaxStages`? Should it be **81**?
https://github.com/llvm/llvm-project/pull/98292
More information about the llvm-commits
mailing list