[llvm] [llvm][CodeGen] Fixed a bug in stall cycle calculation for window scheduler (PR #99451)

Hua Tian via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 2 16:36:57 PDT 2024


huaatian wrote:

> Does this affect codegen correctness or is this just resulting in suboptimal codegen? If it is the former, should this be backported to 19.x?

This is just resulting in suboptimal codegen.  Since all stall cycles increase by 1, there is relatively no change.

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


More information about the llvm-commits mailing list