[all-commits] [llvm/llvm-project] c058c3: ARM: Remove override of shouldRewriteCopySrc
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Sat May 3 00:08:50 PDT 2025
Branch: refs/heads/users/arsenm/arm/remove-shouldRewriteCopySrc
Home: https://github.com/llvm/llvm-project
Commit: c058c3ed03be47b44a3457018848daff09512d05
https://github.com/llvm/llvm-project/commit/c058c3ed03be47b44a3457018848daff09512d05
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-05-03 (Sat, 03 May 2025)
Changed paths:
M llvm/lib/Target/ARM/ARMBaseRegisterInfo.cpp
M llvm/lib/Target/ARM/ARMBaseRegisterInfo.h
Log Message:
-----------
ARM: Remove override of shouldRewriteCopySrc
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