[all-commits] [llvm/llvm-project] 9d90f8: ARM: Remove override of shouldRewriteCopySrc (#125...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Mon May 5 10:57:27 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9d90f8ba7113fd9c7b2662682ad94b744ed2b78c
      https://github.com/llvm/llvm-project/commit/9d90f8ba7113fd9c7b2662682ad94b744ed2b78c
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-05-05 (Mon, 05 May 2025)

  Changed paths:
    M llvm/lib/Target/ARM/ARMBaseRegisterInfo.cpp
    M llvm/lib/Target/ARM/ARMBaseRegisterInfo.h
    M llvm/test/CodeGen/ARM/shouldRewriteCopySrc.ll

  Log Message:
  -----------
  ARM: Remove override of shouldRewriteCopySrc (#125219)

All of the overrides of shouldRewriteCopySrc appear to be hacks
for bugs in the base implementation, so I'm trying to delete
all of the overrides. I was expecting this to find an example
issue like the x86 version, but no tests change with this.



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