[all-commits] [llvm/llvm-project] 69dd99: [AMDGPU] Declutter applyPreexistingWaitcnt()
Stephen Thomas via All-commits
all-commits at lists.llvm.org
Tue Nov 8 03:51:41 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 69dd9910c7e78d5931c0ae31c97df37d3724e59b
https://github.com/llvm/llvm-project/commit/69dd9910c7e78d5931c0ae31c97df37d3724e59b
Author: Stephen Thomas <Stephen.Thomas at amd.com>
Date: 2022-11-08 (Tue, 08 Nov 2022)
Changed paths:
M llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
Log Message:
-----------
[AMDGPU] Declutter applyPreexistingWaitcnt()
Declutter applyPreexistingWaitcnt() a little by abstracting the code
that updates the operands to S_WAITCNT and S_WAITCNT_VSCNT instructions
into discrete functions.
Differential Revision: https://reviews.llvm.org/D137624
More information about the All-commits
mailing list