diff options
author | Kai Yan <aklkaiyan@tencent.com> | 2024-07-25 19:16:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-25 19:16:23 +0800 |
commit | 90a997988279ecd0e9aefcf14ee0642093b03398 (patch) | |
tree | 0812fa0e85ffbc86afb51a3de5b9ea226a9e109f /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | ca69444cef0858ad4facecbfc2232a02422aca9f (diff) | |
download | llvm-90a997988279ecd0e9aefcf14ee0642093b03398.zip llvm-90a997988279ecd0e9aefcf14ee0642093b03398.tar.gz llvm-90a997988279ecd0e9aefcf14ee0642093b03398.tar.bz2 |
[llvm][CodeGen] Fixed a bug in stall cycle calculation for window scheduler (#99451)
Fixed a bug in stall cycle calculation.
When a register defined by an instruction in the current iteration is
used by an instruction in the next iteration, we have modified the
number of stall cycle that need to be inserted.
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions