[all-commits] [llvm/llvm-project] 9dff14: [AMDGPU] Add support for GFX11 hazards
Jay Foad via All-commits
all-commits at lists.llvm.org
Thu Jun 16 00:23:10 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9dff14be9ed6cf8da651bd675a839cde0d4294a2
https://github.com/llvm/llvm-project/commit/9dff14be9ed6cf8da651bd675a839cde0d4294a2
Author: Jay Foad <jay.foad at amd.com>
Date: 2022-06-16 (Thu, 16 Jun 2022)
Changed paths:
M llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
M llvm/lib/Target/AMDGPU/GCNHazardRecognizer.h
M llvm/test/CodeGen/AMDGPU/atomic_optimizations_local_pointer.ll
A llvm/test/CodeGen/AMDGPU/partial-forwarding-hazards.mir
A llvm/test/CodeGen/AMDGPU/trans-forwarding-hazards.mir
Log Message:
-----------
[AMDGPU] Add support for GFX11 hazards
Add support for partial stall over EXEC hazard and trans use hazard.
Differential Revision: https://reviews.llvm.org/D127872
More information about the All-commits
mailing list