[all-commits] [llvm/llvm-project] 7ba61e: [AMDGPU] More precise limit on SALU cycles in s_de...
Jay Foad via All-commits
all-commits at lists.llvm.org
Sun Mar 5 00:17:26 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7ba61eaf34c34f1bec6bfa920f3cfa5e5174eb71
https://github.com/llvm/llvm-project/commit/7ba61eaf34c34f1bec6bfa920f3cfa5e5174eb71
Author: Jay Foad <jay.foad at amd.com>
Date: 2023-03-05 (Sun, 05 Mar 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUInsertDelayAlu.cpp
Log Message:
-----------
[AMDGPU] More precise limit on SALU cycles in s_delay_alu instructions
This just tweaks the fix for D145232 to make the limit more precise, so
that we could actually emit a delay of 3 SALU cycles (the maximum) if we
had any SALU instructions that required it.
More information about the All-commits
mailing list