[all-commits] [llvm/llvm-project] 10c2f6: RegisterCoalescer: Set undef on full register uses...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Mon Dec 2 09:08:24 PST 2024


  Branch: refs/heads/users/arsenm/coalescer-set-undef-full-register-use
  Home:   https://github.com/llvm/llvm-project
  Commit: 10c2f6bb1bdb84c6305329c97d3daa5923d7bdb7
      https://github.com/llvm/llvm-project/commit/10c2f6bb1bdb84c6305329c97d3daa5923d7bdb7
  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--set-undef-full-reg-use-implicit-def-erase-issue109249.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