[all-commits] [llvm/llvm-project] b62eb3: PeepholeOpt: Do not skip reg_sequence sources with...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Feb 6 21:39:12 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: b62eb3a0e5e0624ad700b346f02ff2b0f81c9ba8
https://github.com/llvm/llvm-project/commit/b62eb3a0e5e0624ad700b346f02ff2b0f81c9ba8
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-02-07 (Fri, 07 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