[all-commits] [llvm/llvm-project] 7e5019: [AMDGPU] Simplify WaitcntBrackets::getRegInterval ...
Jay Foad via All-commits
all-commits at lists.llvm.org
Mon Dec 18 06:16:16 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7e5019e82bb3d7c7a573aa9b3bd7c16a920fd453
https://github.com/llvm/llvm-project/commit/7e5019e82bb3d7c7a573aa9b3bd7c16a920fd453
Author: Jay Foad <jay.foad at amd.com>
Date: 2023-12-18 (Mon, 18 Dec 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
Log Message:
-----------
[AMDGPU] Simplify WaitcntBrackets::getRegInterval with getPhysRegBaseClass (#74087)
This means that getRegInterval no longer depends on the MCInstrDesc, so
it could be simplified further to take just a MachineOperand or just a
physical register. NFCI.
More information about the All-commits
mailing list