[llvm] [ANDGPU][NFC] Remove FIXME that has been resolved (PR #79047)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 22 12:12:14 PST 2024
https://github.com/AtariDreams created https://github.com/llvm/llvm-project/pull/79047
As of 5aea839ab3edeb58bb0eea833ad9427d0ae7ef67, this FIXME has been resolved.
So we can remove this comment.
>From 3bcd69819fabeaf4289cd64edf9f4ac8580ac695 Mon Sep 17 00:00:00 2001
From: Rose <83477269+AtariDreams at users.noreply.github.com>
Date: Mon, 22 Jan 2024 15:11:34 -0500
Subject: [PATCH] [ANDGPU][NFC] Remove FIXME that has been resolved
As of 5aea839ab3edeb58bb0eea833ad9427d0ae7ef67, this FIXME has been resolved.
So we can remove this comment.
---
llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp | 1 -
1 file changed, 1 deletion(-)
diff --git a/llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp b/llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
index a2cacb5cbaa393a..8f9d95c6d4b1421 100644
--- a/llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
+++ b/llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
@@ -1619,7 +1619,6 @@ void SIRegisterInfo::buildSpillLoadStore(
}
SubReg = TmpIntermediateVGPR;
} else if (UseVGPROffset) {
- // FIXME: change to scavengeRegisterBackwards()
if (!TmpOffsetVGPR) {
TmpOffsetVGPR = RS->scavengeRegisterBackwards(AMDGPU::VGPR_32RegClass,
MI, false, 0);
More information about the llvm-commits
mailing list