[all-commits] [llvm/llvm-project] 73c435: [AMDGPU][SIInsertWaitCnts] Remove redundant TII/TR...
Pierre van Houtryve via All-commits
all-commits at lists.llvm.org
Tue Sep 30 04:45:49 PDT 2025
Branch: refs/heads/users/pierre-vh/nfc-simplify-waitcntbracket-calls-insertwaitcnts
Home: https://github.com/llvm/llvm-project
Commit: 73c43575873aa2bc3dfc051a49bb05fc4fc99ca9
https://github.com/llvm/llvm-project/commit/73c43575873aa2bc3dfc051a49bb05fc4fc99ca9
Author: pvanhout <pierre.vanhoutryve at amd.com>
Date: 2025-09-30 (Tue, 30 Sep 2025)
Changed paths:
M llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
Log Message:
-----------
[AMDGPU][SIInsertWaitCnts] Remove redundant TII/TRI/MRI arguments (NFC)
WaitCntBrackets already has a pointer to its SIInsertWaitCnt instance.
With a small change, it can directly access TII/TRI/MRI that way.
This simplifies a lot of call sites which make the code easier to follow.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list