[all-commits] [llvm/llvm-project] 4d536c: AMDGPU: Fix si-fix-sgpr-copies asserting on VReg_1...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Feb 26 08:30:37 PST 2025
Branch: refs/heads/users/arsenm/amdgpu/si-fix-sgpr-copies-assert-vreg1-phi
Home: https://github.com/llvm/llvm-project
Commit: 4d536cf2a4bc33e585202456f2c77770e6599b39
https://github.com/llvm/llvm-project/commit/4d536cf2a4bc33e585202456f2c77770e6599b39
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-02-26 (Wed, 26 Feb 2025)
Changed paths:
M llvm/lib/Target/AMDGPU/SIFixSGPRCopies.cpp
M llvm/test/CodeGen/AMDGPU/divergent-branch-uniform-condition.ll
A llvm/test/CodeGen/AMDGPU/i1-divergent-phi-fix-sgpr-copies-assert.mir
Log Message:
-----------
AMDGPU: Fix si-fix-sgpr-copies asserting on VReg_1 phi
We should just need to leave these alone for the si-i1-copies
to deal with it. Note the IR test did not fail previously, and
only establishes a baseline result for a pending patch which
hit the failure.
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