[all-commits] [llvm/llvm-project] f29a19: [AMDGPU] Extend cases for ReadM0MovRelInterpHazard
Piotr Sobczak via All-commits
all-commits at lists.llvm.org
Mon Aug 1 09:02:48 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f29a19b0b8d279616df795db52a3b6fafef6e1de
https://github.com/llvm/llvm-project/commit/f29a19b0b8d279616df795db52a3b6fafef6e1de
Author: Piotr Sobczak <Piotr.Sobczak at amd.com>
Date: 2022-08-01 (Mon, 01 Aug 2022)
Changed paths:
M llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
A llvm/test/CodeGen/AMDGPU/hazard-lds-addtid.mir
Log Message:
-----------
[AMDGPU] Extend cases for ReadM0MovRelInterpHazard
Extend hazard recognizer of ReadM0MovRelInterpHazard with
DS_READ_ADDTID and DS_WRITE_ADDTID, as they also
require a manually inserted S_NOP after SALU writing m0.
Reviewed By: rampitec
Differential Revision: https://reviews.llvm.org/D130783
More information about the All-commits
mailing list