[all-commits] [llvm/llvm-project] acd0db: AMDGPU: Fix trying to query end iterator for DebugLoc
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Mar 5 05:54:35 PST 2025
Branch: refs/heads/users/arsenm/amdgpu/fix-end-iterator-debug-loc-regression
Home: https://github.com/llvm/llvm-project
Commit: acd0db6f4ff96966c91f39d971d565a4804a3b68
https://github.com/llvm/llvm-project/commit/acd0db6f4ff96966c91f39d971d565a4804a3b68
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-03-05 (Wed, 05 Mar 2025)
Changed paths:
M llvm/lib/Target/AMDGPU/SIFixSGPRCopies.cpp
A llvm/test/CodeGen/AMDGPU/fix-sgpr-copies-phi-block-end-iterator-debugloc.ll
M llvm/test/CodeGen/AMDGPU/si-fix-sgpr-copies.mir
Log Message:
-----------
AMDGPU: Fix trying to query end iterator for DebugLoc
When inserting instructions by iterator, you always need the separate
DebugLoc argument. This fixes a reported regression after
39bf765bb671fa7df3fe6c164cc9532fcb8653bd.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list