[all-commits] [llvm/llvm-project] d69d29: RegisterCoalescer: Set undef on full register uses...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Dec 2 08:42:55 PST 2024
Branch: refs/heads/users/arsenm/coalescer-set-undef-full-register-use
Home: https://github.com/llvm/llvm-project
Commit: d69d298fc9361907ef290421b161cc6a09b73cd6
https://github.com/llvm/llvm-project/commit/d69d298fc9361907ef290421b161cc6a09b73cd6
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-12-02 (Mon, 02 Dec 2024)
Changed paths:
M llvm/lib/CodeGen/RegisterCoalescer.cpp
A llvm/test/CodeGen/AMDGPU/register-coalescer-issue109294.mir
Log Message:
-----------
RegisterCoalescer: Set undef on full register uses when coalescing implicit_def
Previously this would delete the IMPLICIT_DEF and not introduce the undef
flag on the use operand.
Fixes sub-issue found while reducing #109294
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