[all-commits] [llvm/llvm-project] e61ca2: [AMDGPU] Add and use SIInstrFlags::GWS. NFC.
Jay Foad via All-commits
all-commits at lists.llvm.org
Mon Aug 7 04:05:39 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e61ca23289393bd0dae65c589daadb40518eb1b9
https://github.com/llvm/llvm-project/commit/e61ca23289393bd0dae65c589daadb40518eb1b9
Author: Jay Foad <jay.foad at amd.com>
Date: 2023-08-07 (Mon, 07 Aug 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/DSInstructions.td
M llvm/lib/Target/AMDGPU/MCA/AMDGPUCustomBehaviour.cpp
M llvm/lib/Target/AMDGPU/MCA/AMDGPUCustomBehaviour.h
M llvm/lib/Target/AMDGPU/SIDefines.h
M llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
M llvm/lib/Target/AMDGPU/SIInstrFormats.td
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.h
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
Log Message:
-----------
[AMDGPU] Add and use SIInstrFlags::GWS. NFC.
This reduces the number of places where we have to check for a list of
DS_GWS_* opcodes.
Differential Revision: https://reviews.llvm.org/D157099
More information about the All-commits
mailing list