[all-commits] [llvm/llvm-project] c40506: PeepholeOpt: Remove check for reg_sequence def of ...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Jan 30 05:52:44 PST 2025
Branch: refs/heads/users/arsenm/peephole-opt-remove-reg-sequence-subreg-def-check
Home: https://github.com/llvm/llvm-project
Commit: c40506b029a7b789e191dcc9fbdd7ffffe7db29d
https://github.com/llvm/llvm-project/commit/c40506b029a7b789e191dcc9fbdd7ffffe7db29d
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-01-30 (Thu, 30 Jan 2025)
Changed paths:
M llvm/lib/CodeGen/PeepholeOptimizer.cpp
Log Message:
-----------
PeepholeOpt: Remove check for reg_sequence def of subregister
The verifier does not allow reg_sequence to have subregister defs,
even if undef.
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