[llvm] [MachinePipeliner] Make Recurrence MII More Accurate (PR #105475)
Michael Marjieh via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 26 07:36:16 PDT 2024
mmarjieh wrote:
> Can you add some tests that will show that RecMII is now being calculated correctly? It can be created by testing the debug output as follows:
>
> https://github.com/llvm/llvm-project/blob/4a12722110abb2ccb98173c82a7d7b96a5c098e0/llvm/test/CodeGen/Hexagon/swp-resmii.ll#L5-L7
Done in the new commit.
See the state of the test before this patch here:
https://godbolt.org/z/aT7so4nMc
https://github.com/llvm/llvm-project/pull/105475
More information about the llvm-commits
mailing list