[all-commits] [llvm/llvm-project] 28493a: PeepholeOpt: Do not skip reg_sequence sources with...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Tue Feb 4 02:41:48 PST 2025
Branch: refs/heads/users/arsenm/peephole-opt/do-not-skip-rewrite-reg-sequence-with-subreg-input
Home: https://github.com/llvm/llvm-project
Commit: 28493ad0a8e0eb398475e3b99afc8b5af3f11f5d
https://github.com/llvm/llvm-project/commit/28493ad0a8e0eb398475e3b99afc8b5af3f11f5d
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-02-04 (Tue, 04 Feb 2025)
Changed paths:
M llvm/lib/CodeGen/PeepholeOptimizer.cpp
M llvm/test/CodeGen/AMDGPU/peephole-opt-regseq-removal.mir
Log Message:
-----------
PeepholeOpt: Do not skip reg_sequence sources with subregs
Contrary to the comment, this particular code is not responsible
for handling any composes that may be required, and unhandled cases
are already rejected later. Lift this restriction to permit composes
and reg_sequence subregisters later.
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