[all-commits] [llvm/llvm-project] a3195b: ARM: Remove override of shouldRewriteCopySrc
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri Jan 31 05:51:43 PST 2025
Branch: refs/heads/users/arsenm/arm/remove-shouldRewriteCopySrc
Home: https://github.com/llvm/llvm-project
Commit: a3195b22cb361f27e678cfcef9249aa4b6df910a
https://github.com/llvm/llvm-project/commit/a3195b22cb361f27e678cfcef9249aa4b6df910a
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-01-31 (Fri, 31 Jan 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