[llvm] [AMDGPU] Exclude implicit uses and defs in SIInsertWaitcnts. NFC. (PR #108953)
Stanislav Mekhanoshin via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 17 12:57:50 PDT 2024
rampitec wrote:
> So the assumption here an implicit VGPR use is never a real use.
Actually the assumption is not correct. At least movrels/movreld uses implicit VGPRs which a real.
https://github.com/llvm/llvm-project/pull/108953
More information about the llvm-commits
mailing list