[all-commits] [llvm/llvm-project] e5479a: AMDGPU: Use default shouldRewriteCopySrc
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Feb 3 09:15:30 PST 2025
Branch: refs/heads/users/arsenm/amdgpu/use-default-shouldRewriteCopySrc
Home: https://github.com/llvm/llvm-project
Commit: e5479afa758aadd545028780e8a5ab3bd119e028
https://github.com/llvm/llvm-project/commit/e5479afa758aadd545028780e8a5ab3bd119e028
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-02-04 (Tue, 04 Feb 2025)
Changed paths:
M llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
M llvm/lib/Target/AMDGPU/SIRegisterInfo.h
M llvm/test/CodeGen/AMDGPU/copy-illegal-type.ll
M llvm/test/CodeGen/AMDGPU/ctpop64.ll
M llvm/test/CodeGen/AMDGPU/idot2.ll
M llvm/test/CodeGen/AMDGPU/load-global-i32.ll
M llvm/test/CodeGen/AMDGPU/peephole-opt-fold-reg-sequence-subreg.mir
M llvm/test/CodeGen/AMDGPU/peephole-opt-regseq-removal.mir
M llvm/test/CodeGen/AMDGPU/spill-scavenge-offset.ll
Log Message:
-----------
AMDGPU: Use default shouldRewriteCopySrc
This was ultimately working around bugs in subregister handling
in peephole-opt. In the common case, it would give up on folding
anything into a subregister extract copy.
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